forked from Imagelibrary/binutils-gdb
Turn value_parent into method
This changes value_parent to be a method of value. Much of this patch was written by script. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -2842,7 +2842,7 @@ ada_value_primitive_packed_val (struct value *obj, const gdb_byte *valaddr,
|
||||
|
||||
/* Also set the parent value. This is needed when trying to
|
||||
assign a new value (in inferior memory). */
|
||||
set_value_parent (v, obj);
|
||||
v->set_parent (obj);
|
||||
}
|
||||
else
|
||||
v->set_bitsize (bit_size);
|
||||
|
||||
Reference in New Issue
Block a user