Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
[deliverable/binutils-gdb.git] / gdb / sh64-tdep.c
index 9054e20f475a773bbd4cce15c12e144e36d6de6c..bd2d4f7bcf4f740716f5fc5f40ace4d5c3e988d8 100644 (file)
@@ -2048,13 +2048,13 @@ sh64_do_register (struct gdbarch *gdbarch, struct ui_file *file,
   get_formatted_print_options (&opts, 'x');
   opts.deref_ref = 1;
   val_print (register_type (gdbarch, regnum),
-            value_contents_for_printing (val), 0, 0,
+            0, 0,
             file, 0, val, &opts, current_language);
   fprintf_filtered (file, "\t");
   get_formatted_print_options (&opts, 0);
   opts.deref_ref = 1;
   val_print (register_type (gdbarch, regnum),
-            value_contents_for_printing (val), 0, 0,
+            0, 0,
             file, 0, val, &opts, current_language);
   fprintf_filtered (file, "\n");
 }
This page took 0.024308 seconds and 4 git commands to generate.