Fix big-endian aggregate assignment in Ada
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 654a652717008d1fd210d652f17516d7313b9b2f..5eeac9270a9e3f8f95b6a69413f22f5761b8a8f0 100644 (file)
@@ -1649,7 +1649,7 @@ rewait:
 
   inf_debug (inf, "returning ptid = %s, %s",
             target_pid_to_str (ptid).c_str (),
-            target_waitstatus_to_string (&status).c_str ());
+            target_waitstatus_to_string (status).c_str ());
 
   return ptid;
 }
This page took 0.023718 seconds and 4 git commands to generate.