opcodes error messages
[deliverable/binutils-gdb.git] / opcodes / aarch64-dis.c
index a7f5cfc83a2801853078219e0904cab052ca44f8..c63f595f682bf11b602e8cb8026b9600e8f665f6 100644 (file)
@@ -78,7 +78,7 @@ parse_aarch64_dis_option (const char *option, unsigned int len ATTRIBUTE_UNUSED)
 #endif /* DEBUG_AARCH64 */
 
   /* Invalid option.  */
-  fprintf (stderr, _("Unrecognised disassembler option: %s\n"), option);
+  opcodes_error_handler (_("unrecognised disassembler option: %s"), option);
 }
 
 static void
This page took 0.024295 seconds and 4 git commands to generate.