summaryrefslogtreecommitdiffstats
path: root/include/opcode
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2001-08-01 11:33:45 +0000
committerAldy Hernandez <aldyh@redhat.com>2001-08-01 11:33:45 +0000
commit6825f8e75f287e96546ddc93a288f2d8d58e1d3c (patch)
treefeaf3f83e77fbab430395c8442bfe95d81a0245e /include/opcode
parente13ea3343d64bf653de3c17e02bee9b3d877af75 (diff)
downloadcygnal-6825f8e75f287e96546ddc93a288f2d8d58e1d3c.tar.gz
cygnal-6825f8e75f287e96546ddc93a288f2d8d58e1d3c.tar.bz2
cygnal-6825f8e75f287e96546ddc93a288f2d8d58e1d3c.zip
2001-08-01 Aldy Hernandez <aldyh@redhat.com>
* include/opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/mips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 7fd4703e5..8fc11a31d 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -307,7 +307,7 @@ struct mips_opcode
ORs of these bits, indicatingthat they support the instructions
defined at the given level. */
-#define INSN_ISA_MASK 0x0000ffff
+#define INSN_ISA_MASK 0x00000fff
#define INSN_ISA1 0x00000010
#define INSN_ISA2 0x00000020
#define INSN_ISA3 0x00000040