Simplify calls to init_psymbol_list
[deliverable/binutils-gdb.git] / opcodes / h8300-dis.c
index 2b504eb4b3c5ac2cd0427b5af9cd19a4c45b08e7..75d429e6204b7c8a6ec5a0472563a291367708a7 100644 (file)
@@ -1,5 +1,5 @@
 /* Disassemble h8300 instructions.
-   Copyright (C) 1993-2018 Free Software Foundation, Inc.
+   Copyright (C) 1993-2019 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -59,7 +59,8 @@ bfd_h8_disassemble_init (void)
 
       if (i & 1)
        {
-         fprintf (stderr, "Internal error, h8_disassemble_init.\n");
+         /* xgettext:c-format */
+         opcodes_error_handler (_("internal error, h8_disassemble_init"));
          abort ();
        }
 
This page took 0.024153 seconds and 4 git commands to generate.