diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 67209ce..42a1213 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -146,7 +146,7 @@ find_function_in_inferior (const char *name, struct objfile **objf_p) type = lookup_pointer_type (builtin_type (gdbarch)->builtin_char); type = lookup_function_type (type); type = lookup_pointer_type (type); - maddr = BMSYMBOL_VALUE_ADDRESS (msymbol); + maddr = msymbol.value_address (); if (objf_p) *objf_p = objfile; |