gdb
[deliverable/binutils-gdb.git] / gdb / printcmd.c
index 58cb1f6883c55874c627eaed9324c407df9f3cf7..42aff6325221c7921e1982b52ef111b0f5f6846f 100644 (file)
@@ -374,7 +374,7 @@ print_scalar_formatted (const void *valaddr, struct type *type,
       struct value_print_options opts = *options;
       opts.format = 0;
       opts.deref_ref = 0;
-      val_print (type, valaddr, 0, 0, stream, 0, &opts,
+      val_print (type, valaddr, 0, 0, stream, 0, NULL, &opts,
                 current_language);
       return;
     }
This page took 0.024518 seconds and 4 git commands to generate.