From 92714f94683395f104b0262ccc2aa5381fc27d70 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Wed, 1 Aug 2001 11:33:45 +0000 Subject: 2001-08-01 Aldy Hernandez * include/opcode/mips.h (INSN_ISA_MASK): Nuke bits 12-15. --- include/opcode/mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/opcode') 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 -- cgit v1.2.1