diff options
Diffstat (limited to 'opcodes/m32r-dis.c')
-rw-r--r-- | opcodes/m32r-dis.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/m32r-dis.c b/opcodes/m32r-dis.c index fda3333..cd3349c 100644 --- a/opcodes/m32r-dis.c +++ b/opcodes/m32r-dis.c @@ -276,9 +276,10 @@ m32r_cgen_print_operand (CGEN_CPU_DESC cd, default : /* xgettext:c-format */ - fprintf (stderr, _("Unrecognized field %d while printing insn.\n"), - opindex); - abort (); + opcodes_error_handler + (_("internal error: unrecognized field %d while printing insn"), + opindex); + abort (); } } |