X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Frts%2FSanity.c;h=a71f862a40e141b2d0a3e9a6860106c0a8ec7ea4;hb=8c4de43174d28741b5172397da3eb1c672cb876b;hp=383ef6409c7bc103f72d06121842d9fd095906b3;hpb=1da232fccdd01edac72180682540c4d5b5ba71ea;p=ghc-hetmet.git diff --git a/ghc/rts/Sanity.c b/ghc/rts/Sanity.c index 383ef64..a71f862 100644 --- a/ghc/rts/Sanity.c +++ b/ghc/rts/Sanity.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Sanity.c,v 1.33 2003/04/22 16:25:12 simonmar Exp $ + * $Id: Sanity.c,v 1.34 2003/07/03 15:14:58 sof Exp $ * * (c) The GHC Team, 1998-2001 * @@ -610,6 +610,9 @@ checkTSO(StgTSO *tso) case BlockedOnRead: case BlockedOnWrite: case BlockedOnDelay: +#if defined(mingw32_TARGET_OS) + case BlockedOnDoProc: +#endif /* isOnBQ(blocked_queue) */ break; case BlockedOnException: