]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/or1k-dis.c
opcodes error messages
[thirdparty/binutils-gdb.git] / opcodes / or1k-dis.c
index 6e3ef9943c896efe77103b8580efe33c453cedd9..f54b6b411fb083fbf4f24d3d53b3f94e26db7343 100644 (file)
@@ -138,9 +138,10 @@ or1k_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 ();
   }
 }