diff options
Diffstat (limited to 'opcodes/m32c-asm.c')
-rw-r--r-- | opcodes/m32c-asm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/m32c-asm.c b/opcodes/m32c-asm.c index 98228f0..206eaaf 100644 --- a/opcodes/m32c-asm.c +++ b/opcodes/m32c-asm.c @@ -1581,7 +1581,9 @@ m32c_cgen_parse_operand (CGEN_CPU_DESC cd, default : /* xgettext:c-format */ - fprintf (stderr, _("Unrecognized field %d while parsing.\n"), opindex); + opcodes_error_handler + (_("internal error: unrecognized field %d while parsing"), + opindex); abort (); } |