Fix "breakpoint always-inserted off"; remove "breakpoint always-inserted auto"
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index c7581a8928a671d27d72725f53074847fe496a00..9a43cf371bc8bb65f6335ccbb885d5bc95de4292 100644 (file)
@@ -349,7 +349,7 @@ f_val_print (struct type *type, const gdb_byte *valaddr, int embedded_offset,
          opts.format = (options->format ? options->format
                         : options->output_format);
          val_print_scalar_formatted (type, valaddr, embedded_offset,
-                                     original_value, options, 0, stream);
+                                     original_value, &opts, 0, stream);
        }
       else
        {
This page took 0.023562 seconds and 4 git commands to generate.