diff options
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r-- | gdb/valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/valprint.c b/gdb/valprint.c index c053a81..f634782 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -1788,7 +1788,7 @@ print_function_pointer_address (const struct value_print_options *options, { CORE_ADDR func_addr = gdbarch_convert_from_func_ptr_addr (gdbarch, address, - ¤t_target); + current_target); /* If the function pointer is represented by a description, print the address of the description. */ |