X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStorage.c;h=f92e65389de748e71658297bef3f8bb1ddcaa1bc;hb=8115ed091349a17e65f409a70b55514b8d09318d;hp=a1bfc5e6e64ac0288d4da8594150e58e11032c9a;hpb=f84bb9a2e577c9c1be83a806a4cf70fccfb45b54;p=ghc-hetmet.git diff --git a/ghc/rts/Storage.c b/ghc/rts/Storage.c index a1bfc5e..f92e653 100644 --- a/ghc/rts/Storage.c +++ b/ghc/rts/Storage.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.c,v 1.75 2003/01/29 10:28:56 simonmar Exp $ + * $Id: Storage.c,v 1.76 2003/02/01 09:10:17 mthomas Exp $ * * (c) The GHC Team, 1998-1999 * @@ -148,6 +148,7 @@ initStorage( void ) stp = &generations[g].steps[s]; stp->no = s; stp->blocks = NULL; + stp->n_to_blocks = 0; stp->n_blocks = 0; stp->gen = &generations[g]; stp->gen_no = g;