diff options
Diffstat (limited to 'opcodes/mt-asm.c')
-rw-r--r-- | opcodes/mt-asm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/mt-asm.c b/opcodes/mt-asm.c index 31cc178..cfab162 100644 --- a/opcodes/mt-asm.c +++ b/opcodes/mt-asm.c @@ -592,7 +592,9 @@ mt_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 (); } |