diff options
Diffstat (limited to 'opcodes/frv-dis.c')
-rw-r--r-- | opcodes/frv-dis.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/opcodes/frv-dis.c b/opcodes/frv-dis.c index 262ff65..af844f7 100644 --- a/opcodes/frv-dis.c +++ b/opcodes/frv-dis.c @@ -393,9 +393,10 @@ frv_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 (); } } |