X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSchedule.c;h=63abd17c2e43242fff9a5817791c675df8547432;hb=43b212f520c00ee42d2d711f26183cdb14096158;hp=45281800a081bc6e310059e4b6e54d49350f0820;hpb=f33938a37e973057d93d2fd625cc9e205e5cad03;p=ghc-hetmet.git diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 4528180..63abd17 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.86 2001/01/16 11:59:06 simonmar Exp $ + * $Id: Schedule.c,v 1.87 2001/01/24 15:46:19 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -2006,6 +2006,10 @@ static void GetRoots(void) #if defined(SMP) || defined(PAR) || defined(GRAN) markSparkQueue(); #endif + +#if defined(GHCI) + markCafs(); +#endif } /* -----------------------------------------------------------------------------