diff options
Diffstat (limited to 'gdb/compile/compile-c-symbols.c')
-rw-r--r-- | gdb/compile/compile-c-symbols.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/compile/compile-c-symbols.c b/gdb/compile/compile-c-symbols.c index 08ebe0f..fa1cb7a 100644 --- a/gdb/compile/compile-c-symbols.c +++ b/gdb/compile/compile-c-symbols.c @@ -587,8 +587,8 @@ generate_c_for_for_one_variable (compile_instance *compiler, error (_("Local symbol unhandled when generating C code.")); case LOC_COMPUTED: - gdb_assert_not_reached (_("LOC_COMPUTED variable " - "missing a method.")); + gdb_assert_not_reached ("LOC_COMPUTED variable " + "missing a method."); default: /* Nothing to do for all other cases, as they don't represent |