diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index fdbb702..52a1d4e 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -1105,7 +1105,7 @@ value_fetch_lazy (struct value *val) else if (VALUE_LVAL (val) == lval_computed) value_computed_funcs (val)->read (val); else - internal_error (__FILE__, __LINE__, "Unexpected lazy value type."); + internal_error (__FILE__, __LINE__, _("Unexpected lazy value type.")); set_value_lazy (val, 0); return 0; |