[project @ 2003-07-12 00:11:20 by sof]
authorsof <unknown>
Sat, 12 Jul 2003 00:11:20 +0000 (00:11 +0000)
committersof <unknown>
Sat, 12 Jul 2003 00:11:20 +0000 (00:11 +0000)
interruptible(): add missing BlockedOnDoProc case

ghc/rts/Exception.h

index 68bd499..a2e0027 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: Exception.h,v 1.5 2002/12/11 15:36:42 simonmar Exp $
+ * $Id: Exception.h,v 1.6 2003/07/12 00:11:20 sof Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -22,6 +22,9 @@ interruptible(StgTSO *t)
   case BlockedOnException:
   case BlockedOnRead:
   case BlockedOnWrite:
+#if defined(mingw32_TARGET_OS)
+  case BlockedOnDoProc:
+#endif
   case BlockedOnDelay:
     return 1;
   default: