[project @ 2003-12-18 12:24:59 by simonmar]
authorsimonmar <unknown>
Thu, 18 Dec 2003 12:24:59 +0000 (12:24 +0000)
committersimonmar <unknown>
Thu, 18 Dec 2003 12:24:59 +0000 (12:24 +0000)
Add missing 'continue' after 'passCapability'

ghc/rts/Schedule.c

index bc091be..6e14fc5 100644 (file)
@@ -1,5 +1,5 @@
 /* ---------------------------------------------------------------------------
- * $Id: Schedule.c,v 1.183 2003/12/16 13:27:32 simonmar Exp $
+ * $Id: Schedule.c,v 1.184 2003/12/18 12:24:59 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2003
  *
@@ -491,6 +491,7 @@ schedule( StgMainThread *mainThread USED_WHEN_RTS_SUPPORTS_THREADS,
                 // return, so let's pass our capability directly to
                 // that thread.
                passCapability(&m->bound_thread_cond);
+               continue;
             }
           }
        }