diff options
Diffstat (limited to 'opcodes/iq2000-dis.c')
-rw-r--r-- | opcodes/iq2000-dis.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/iq2000-dis.c b/opcodes/iq2000-dis.c index a8dcc55..d173333 100644 --- a/opcodes/iq2000-dis.c +++ b/opcodes/iq2000-dis.c @@ -186,9 +186,10 @@ iq2000_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 (); } } |