[project @ 2005-04-25 14:22:29 by simonmar]
[ghc-hetmet.git] / ghc / rts / Schedule.c
index d1cdcfc..ee69d03 100644 (file)
@@ -3220,6 +3220,7 @@ interruptStgRts(void)
 {
     interrupted    = 1;
     context_switch = 1;
+    threadRunnable();
 }
 
 /* -----------------------------------------------------------------------------