mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Turn allocate_optimized_out_value into static "constructor"
This turns allocate_optimized_out_value into a static "constructor" of value. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@ -674,7 +674,7 @@ read_frame_arg (const frame_print_options &fp_opts,
|
||||
|| (fp_opts.print_entry_values == print_entry_values_preferred
|
||||
&& (!val || value_optimized_out (val))))
|
||||
{
|
||||
entryval = allocate_optimized_out_value (sym->type ());
|
||||
entryval = value::allocate_optimized_out (sym->type ());
|
||||
entryval_error = NULL;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user