Fix PR 20345 - call_function_by_hand_dummy: Assertion `tp->thread_fsm == &sm->thread_...
[deliverable/binutils-gdb.git] / gdb / arc-tdep.c
index 6048ad6874ca4c2d09433e88ede0308517f4dcfc..7bb93adb3600eeb01df2518df4ee4b779b1aa68d 100644 (file)
@@ -574,8 +574,9 @@ arc_return_value (struct gdbarch *gdbarch, struct value *function,
                          || TYPE_LENGTH (valtype) > 2 * ARC_REGISTER_SIZE);
 
   if (arc_debug)
-    debug_printf ("arc: return_value (readbuf = %p, writebuf = %p)\n",
-                 readbuf, writebuf);
+    debug_printf ("arc: return_value (readbuf = %s, writebuf = %s)\n",
+                 host_address_to_string (readbuf),
+                 host_address_to_string (writebuf));
 
   if (writebuf != NULL)
     {
This page took 0.0235 seconds and 4 git commands to generate.