diff options
Diffstat (limited to 'opcodes/lm32-asm.c')
-rw-r--r-- | opcodes/lm32-asm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/lm32-asm.c b/opcodes/lm32-asm.c index afc70ff..46c1a83 100644 --- a/opcodes/lm32-asm.c +++ b/opcodes/lm32-asm.c @@ -346,7 +346,9 @@ lm32_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 (); } |