opcodes error messages
[deliverable/binutils-gdb.git] / opcodes / riscv-dis.c
index cc642d4ad3045ac7920f3898647b9d0da1040564..e8fc6ea332676a31a02f215b6b191fa99db70de2 100644 (file)
@@ -64,8 +64,8 @@ parse_riscv_dis_option (const char *option)
     }
   else
     {
-      /* Invalid option.  */
-      fprintf (stderr, _("Unrecognized disassembler option: %s\n"), option);
+      /* xgettext:c-format */
+      opcodes_error_handler (_("unrecognized disassembler option: %s"), option);
     }
 }
 
This page took 0.028348 seconds and 4 git commands to generate.