2011-05-09 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index cf1a097aa2642f9183f0de567bb69064f7f1713f..8096f95724ab5b4b602aab78896970191b2f1c6b 100644 (file)
@@ -1714,7 +1714,7 @@ do_initial_windows_stuff (struct target_ops *ops, DWORD pid, int attaching)
   while (1)
     {
       stop_after_trap = 1;
-      wait_for_inferior (0);
+      wait_for_inferior ();
       tp = inferior_thread ();
       if (tp->suspend.stop_signal != TARGET_SIGNAL_TRAP)
        resume (0, tp->suspend.stop_signal);
This page took 0.023437 seconds and 4 git commands to generate.