x86: drop bogus IgnoreSize from AVX512F insns
[deliverable/binutils-gdb.git] / opcodes / m32r-dis.c
index fda33338e9206b172ea2cceab7435352d30db748..cd3349c2ebe0f3919f7652e52ee0a680964a4d3f 100644 (file)
@@ -276,9 +276,10 @@ m32r_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.026552 seconds and 4 git commands to generate.