summaryrefslogtreecommitdiff
path: root/opcodes/mep-opc.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/mep-opc.c')
-rw-r--r--opcodes/mep-opc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/mep-opc.c b/opcodes/mep-opc.c
index 9b09dd7483..98fce1be85 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. */