From: sof Date: Tue, 2 Mar 1999 19:50:12 +0000 (+0000) Subject: [project @ 1999-03-02 19:50:12 by sof] X-Git-Tag: Approximately_9120_patches~6453 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=73319599598bf3d260fd4be6b3799f85e8bee29c;p=ghc-hetmet.git [project @ 1999-03-02 19:50:12 by sof] initStorage: initialise gos0->to_space --- diff --git a/ghc/rts/Storage.c b/ghc/rts/Storage.c index 017e537..8767be0 100644 --- a/ghc/rts/Storage.c +++ b/ghc/rts/Storage.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Storage.c,v 1.15 1999/02/26 16:44:14 simonm Exp $ + * $Id: Storage.c,v 1.16 1999/03/02 19:50:12 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -149,6 +149,7 @@ initStorage (void) step->blocks = allocNursery(NULL, nursery_blocks); step->n_blocks = nursery_blocks; current_nursery = step->blocks; + g0s0->to_space = NULL; /* hp, hpLim, hp_bd, to_space etc. aren't used in G0S0 */ weak_ptr_list = NULL;