* printcmd.c (print_address_demangle): Add 'opts' argument.
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index 62a71363d9661adfe7d4f2e45015ee2a7f5de4c1..3181356317967ad3de9c7bc53c9eb6419fca23ae 100644 (file)
@@ -316,8 +316,7 @@ f_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
          if (TYPE_CODE (elttype) == TYPE_CODE_FUNC)
            {
              /* Try to print what function it points to.  */
-             print_function_pointer_address (gdbarch, addr, stream,
-                                             options->addressprint);
+             print_function_pointer_address (options, gdbarch, addr, stream);
              return;
            }
 
This page took 0.025554 seconds and 4 git commands to generate.