diff options
Diffstat (limited to 'gdb/value.c')
-rw-r--r-- | gdb/value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/value.c b/gdb/value.c index da7778f..8052f52 100644 --- a/gdb/value.c +++ b/gdb/value.c @@ -768,7 +768,7 @@ allocate_optimized_out_value (struct type *type) struct value *retval = allocate_value_lazy (type); set_value_optimized_out (retval, 1); - + set_value_lazy (retval, 0); return retval; } |