diff options
Diffstat (limited to 'disas/m68k.c')
-rw-r--r-- | disas/m68k.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/disas/m68k.c b/disas/m68k.c index 8f74ae1157..8e7c3f76c4 100644 --- a/disas/m68k.c +++ b/disas/m68k.c @@ -1676,7 +1676,7 @@ print_insn_arg (const char *d, (*info->fprintf_func) (info->stream, "%%sfc"); else /* xgettext:c-format */ - (*info->fprintf_func) (info->stream, _("<function code %d>"), fc); + (*info->fprintf_func) (info->stream, "<function code %d>", fc); } break; @@ -1827,7 +1827,7 @@ match_insn_m68k (bfd_vma memaddr, { info->fprintf_func (info->stream, /* xgettext:c-format */ - _("<internal error in opcode table: %s %s>\n"), + "<internal error in opcode table: %s %s>\n", best->name, best->args); info->fprintf_func = save_printer; info->print_address_func = save_print_address; |