diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2001-08-01 11:33:45 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2001-08-01 11:33:45 +0000 |
commit | 92714f94683395f104b0262ccc2aa5381fc27d70 (patch) | |
tree | 283b84c351365918d65e541bb5e2eed4141b6453 /include/opcode | |
parent | bfefb58388601d239955ff9bb344ce2abf052944 (diff) | |
download | gdb-92714f94683395f104b0262ccc2aa5381fc27d70.zip gdb-92714f94683395f104b0262ccc2aa5381fc27d70.tar.gz gdb-92714f94683395f104b0262ccc2aa5381fc27d70.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 7fd4703..8fc11a3 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 |