mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 01:45:52 +08:00
* dwarf2loc.c (dwarf_expr_tls_address): Initialize ADDR.
* gnu-v3-abi.c (gnuv3_baseclass_offset): Update type of VALADDR.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user