* gas/mips/mips.exp (run_dump_test_arch): Check for the presence
[deliverable/binutils-gdb.git] / gdb / auxv.c
index 593b0c8059b545dec8d5312b970721909b55dd25..71144dc6b6942ad0a8a61807d3b2ce2bf45ae123 100644 (file)
@@ -401,7 +401,7 @@ fprint_target_auxv (struct ui_file *file, struct target_ops *ops)
            if (opts.addressprint)
              fprintf_filtered (file, "%s", paddress (target_gdbarch, val));
            val_print_string (builtin_type (target_gdbarch)->builtin_char,
-                             val, -1, file, &opts);
+                             NULL, val, -1, file, &opts);
            fprintf_filtered (file, "\n");
          }
          break;
This page took 0.024295 seconds and 4 git commands to generate.