From: simonmar Date: Fri, 19 Jan 2001 11:06:20 +0000 (+0000) Subject: [project @ 2001-01-19 11:06:20 by simonmar] X-Git-Tag: Approximately_9120_patches~2848 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=35ccc96f5fb6dd6849eb7f62b2a0ba4f6562fa6c;p=ghc-hetmet.git [project @ 2001-01-19 11:06:20 by simonmar] DEAD_WEAK ==> stg_DEAD_WEAK --- diff --git a/ghc/rts/FrontPanel.c b/ghc/rts/FrontPanel.c index b87fce2..9f85725 100644 --- a/ghc/rts/FrontPanel.c +++ b/ghc/rts/FrontPanel.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: FrontPanel.c,v 1.2 2000/11/01 11:57:29 simonmar Exp $ + * $Id: FrontPanel.c,v 1.3 2001/01/19 11:06:20 simonmar Exp $ * * (c) The GHC Team 2000 * @@ -634,7 +634,7 @@ residencyCensus( void ) break; case CONSTR: - if (((StgClosure *)p)->header.info == &DEAD_WEAK_info) { + if (((StgClosure *)p)->header.info == &stg_DEAD_WEAK_info) { size = sizeofW(StgWeak); type = Other; break;