diff options
Diffstat (limited to 'opcodes/mep-opc.h')
-rw-r--r-- | opcodes/mep-opc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/mep-opc.h b/opcodes/mep-opc.h index 2795519..fe8db0f 100644 --- a/opcodes/mep-opc.h +++ b/opcodes/mep-opc.h @@ -96,6 +96,7 @@ extern CGEN_ATTR_VALUE_BITSET_TYPE mep_all_cop_isas_mask; ) extern int mep_cgen_insn_supported (CGEN_CPU_DESC, const CGEN_INSN *); +extern int mep_cgen_insn_supported_asm (CGEN_CPU_DESC, const CGEN_INSN *); /* -- asm.c */ /* Enum declaration for mep instruction types. */ |