summaryrefslogtreecommitdiff
path: root/include/opcode/mips.h
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
commit511676c4cb353326577f41b4c259b04ee05fe290 (patch)
tree010574b184b7a44010790fbf57f903e4d6ff1ba2 /include/opcode/mips.h
parent5a58248f5baa7319a9c0cc7d39d4517c63ec58f0 (diff)
downloadgdb-511676c4cb353326577f41b4c259b04ee05fe290.tar.gz
2001-08-01 Aldy Hernandez <aldyh@redhat.com>
* include/opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15.
Diffstat (limited to 'include/opcode/mips.h')
-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 7fd4703e53c..8fc11a31d98 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