diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 03abd75..e408b19 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1724,7 +1724,7 @@ info_address_command (const char *exp, int from_tty) break; case LOC_COMPUTED: - gdb_assert_not_reached (_("LOC_COMPUTED variable missing a method")); + gdb_assert_not_reached ("LOC_COMPUTED variable missing a method"); case LOC_REGISTER: /* GDBARCH is the architecture associated with the objfile the symbol |