Convert struct target_ops to C++
[deliverable/binutils-gdb.git] / gdb / valprint.c
index 3104e0b45e10955a8d503ad89581b25c6ebb9aab..bed2cecf2c8207c735069366c9a6f133f401c995 100644 (file)
@@ -1885,7 +1885,7 @@ print_function_pointer_address (const struct value_print_options *options,
 {
   CORE_ADDR func_addr
     = gdbarch_convert_from_func_ptr_addr (gdbarch, address,
-                                         &current_target);
+                                         target_stack);
 
   /* If the function pointer is represented by a description, print
      the address of the description.  */
This page took 0.026829 seconds and 4 git commands to generate.