From: sof Date: Wed, 13 Feb 2002 07:47:41 +0000 (+0000) Subject: [project @ 2002-02-13 07:47:41 by sof] X-Git-Tag: Approximately_9120_patches~87 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d1447bea8845e1c77ad8e76b16f9f5180dede4d8;p=ghc-hetmet.git [project @ 2002-02-13 07:47:41 by sof] uh, make that the StgTSOBlockReason enum --- diff --git a/ghc/includes/TSO.h b/ghc/includes/TSO.h index 57026cd..a6a1c93 100644 --- a/ghc/includes/TSO.h +++ b/ghc/includes/TSO.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TSO.h,v 1.24 2002/02/13 07:46:42 sof Exp $ + * $Id: TSO.h,v 1.25 2002/02/13 07:47:41 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -145,7 +145,7 @@ typedef enum { , BlockedOnGA_NoSend // same as above but without sending a Fetch message #endif #if defined(RTS_SUPPORTS_THREADS) - , BlockedOnCCall + , BlockedOnCCall #endif } StgTSOBlockReason;