Cleanup ppc code dealing with opcode dumps.
[binutils-gdb.git] / opcodes / frv-dis.c
index 262ff651d5b722cc73852c1beaafe7d98de67546..af844f745d8d1eb2b9e72829aa7adfde95536600 100644 (file)
@@ -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 ();
   }
 }