Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / irix5-nat.c
index 20c05f37901ae04da12a55c188ad116e0050a065..c1549fc06239e18356756824d887997300c93be6 100644 (file)
@@ -1224,7 +1224,7 @@ solib_create_inferior_hook (void)
   stop_signal = TARGET_SIGNAL_0;
   do
     {
-      target_resume (-1, 0, stop_signal);
+      target_resume (pid_to_ptid (-1), 0, stop_signal);
       wait_for_inferior ();
     }
   while (stop_signal != TARGET_SIGNAL_TRAP);
This page took 0.025521 seconds and 4 git commands to generate.