diff options
Diffstat (limited to 'include/opcode/mips.h')
-rw-r--r-- | include/opcode/mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/mips.h b/include/opcode/mips.h index e01e374..d90b0e0 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -307,6 +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_ISA1 0x00000010 #define INSN_ISA2 0x00000020 #define INSN_ISA3 0x00000040 |