x86: drop bogus IgnoreSize from SHA insns
[binutils-gdb.git] / opcodes / ip2k-dis.c
index 5212593e42e498a2d0afb6e9b4eb4761b7592920..5e32903e604eacadd353b05da3fb34b2f6a9ab09 100644 (file)
@@ -285,9 +285,10 @@ ip2k_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 ();
   }
 }