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 9b09dd7..98fce1b 100644 --- a/opcodes/mep-opc.c +++ b/opcodes/mep-opc.c @@ -148,7 +148,7 @@ mep_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn) /* If the insn has an option bit set that we don't want, reject it. */ - if (CGEN_INSN_ATTRS (insn)->bool & OPTION_MASK & ~MEP_OMASK) + if (CGEN_INSN_ATTRS (insn)->bool_ & OPTION_MASK & ~MEP_OMASK) return 0; /* If attributes are absent, assume no restriction. */ |