[ARM] Improve indentation of ARM architecture declarations
[deliverable/binutils-gdb.git] / opcodes / xstormy16-dis.c
index 0871fecb574f1cf04d25df683fc8881f1a7e1a6e..0c8d2040505d6b0cf41bc46c85ef8cf0a4293471 100644 (file)
@@ -165,9 +165,10 @@ xstormy16_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.024583 seconds and 4 git commands to generate.