Phase 1 of the ptid_t changes.
[deliverable/binutils-gdb.git] / gdb / osfsolib.c
index 0173b634e23c4c5984ee35d02202060b3b06cf64..b5a61518bc13bed8e8c7ebfb2fa4f694d269c592 100644 (file)
@@ -876,7 +876,7 @@ solib_create_inferior_hook (void)
   stop_signal = TARGET_SIGNAL_0;
   do
     {
-      target_resume (-1, 0, stop_signal);
+      target_resume (minus_one_ptid, 0, stop_signal);
       wait_for_inferior ();
     }
   while (stop_signal != TARGET_SIGNAL_TRAP);
This page took 0.0296 seconds and 4 git commands to generate.