opcodes error messages
[deliverable/binutils-gdb.git] / opcodes / epiphany-dis.c
index c8c2d8dfbe7c32bfe045a6b7f8cd05b6ca00dd20..d4ad501f48f24740beba1d8319a9b7ee8666c932 100644 (file)
@@ -275,9 +275,10 @@ epiphany_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 ();
   }
 }
 
This page took 0.024035 seconds and 4 git commands to generate.