[project @ 2005-10-26 08:41:32 by simonpj]
[ghc-hetmet.git] / ghc / rts / win32 / AsyncIO.c
index 12893f3..6881275 100644 (file)
@@ -286,7 +286,7 @@ start:
                        /* Terminates the run queue + this inner for-loop. */
                        tso->link = END_TSO_QUEUE;
                        tso->why_blocked = NotBlocked;
-                       PUSH_ON_RUN_QUEUE(tso);
+                       pushOnRunQueue(&MainCapability, tso);
                        break;
                    }
                    break;