diff options
Diffstat (limited to 'gdb/ppc-bdm.c')
-rw-r--r-- | gdb/ppc-bdm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ppc-bdm.c b/gdb/ppc-bdm.c index 16d2532..94defa9 100644 --- a/gdb/ppc-bdm.c +++ b/gdb/ppc-bdm.c @@ -215,8 +215,8 @@ bdm_ppc_fetch_registers (int regno) } else internal_error (__FILE__, __LINE__, - "ppc_bdm_fetch_registers: " - "'all registers' case not implemented"); + _("ppc_bdm_fetch_registers: " + "'all registers' case not implemented")); #endif #if 0 |