* dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
* gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of VALADDR.
This commit is contained in:
parent
e493ab45b1
commit
96ce45cadb
3 changed files with 8 additions and 2 deletions
|
@ -355,7 +355,7 @@ gnuv3_virtual_fn_field (struct value **value_p,
|
|||
|
||||
-1 is returned on error. */
|
||||
static int
|
||||
gnuv3_baseclass_offset (struct type *type, int index, char *valaddr,
|
||||
gnuv3_baseclass_offset (struct type *type, int index, const bfd_byte *valaddr,
|
||||
CORE_ADDR address)
|
||||
{
|
||||
struct type *vtable_type = gdbarch_data (current_gdbarch,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue