mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Turn value_address and set_value_address functions into methods
This changes the value_address and set_value_address functions to be methods of value. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -162,7 +162,7 @@ convert_one_symbol (compile_c_instance *context,
|
||||
sym.symbol->print_name ());
|
||||
|
||||
kind = GCC_C_SYMBOL_VARIABLE;
|
||||
addr = value_address (val);
|
||||
addr = val->address ();
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user