diff options
Diffstat (limited to 'opcodes/mep-opc.c')
-rw-r--r-- | opcodes/mep-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mep-opc.c b/opcodes/mep-opc.c index 0191a60..8857633 100644 --- a/opcodes/mep-opc.c +++ b/opcodes/mep-opc.c @@ -167,7 +167,7 @@ mep_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) int mep_cgen_insn_supported_asm (CGEN_CPU_DESC cd, const CGEN_INSN *insn) { -#ifdef ISA_EXT_COP1_64 +#ifdef MEP_IVC2_SUPPORTED /* If we're assembling VLIW packets, ignore the 12-bit BSR as we can't relax that. The 24-bit BSR is matched instead. */ if (insn->base->num == MEP_INSN_BSR12 |