* printcmd.c (print_address_demangle): Add 'opts' argument.
[deliverable/binutils-gdb.git] / gdb / cp-valprint.c
index 7dd13bbfcec662fc33c5258965a13903fcfd11fa..2e3beeaf324cc939896a0be69b6099d90c1e559c 100644 (file)
@@ -368,9 +368,9 @@ cp_print_value_fields (struct type *type, struct type *real_type,
                      CORE_ADDR addr;
                      
                      addr = extract_typed_address (valaddr + i_offset, i_type);
-                     print_function_pointer_address (get_type_arch (type),
-                                                     addr, stream,
-                                                     options->addressprint);
+                     print_function_pointer_address (options,
+                                                     get_type_arch (type),
+                                                     addr, stream);
                    }
                }
              else
This page took 0.023762 seconds and 4 git commands to generate.