diff options
Diffstat (limited to 'opcodes/fr30-asm.c')
-rw-r--r-- | opcodes/fr30-asm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/fr30-asm.c b/opcodes/fr30-asm.c index 302d4d2..a52a780 100644 --- a/opcodes/fr30-asm.c +++ b/opcodes/fr30-asm.c @@ -307,7 +307,9 @@ fr30_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 (); } |