From: simonmar Date: Wed, 31 Oct 2001 14:38:00 +0000 (+0000) Subject: [project @ 2001-10-31 14:38:00 by simonmar] X-Git-Tag: Approximately_9120_patches~665 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bfefff2cd373e5ef9983db1221ae0a1cf48b7f2d;p=ghc-hetmet.git [project @ 2001-10-31 14:38:00 by simonmar] Add missing MUT_CONS case (reported by Andy Cheadle) --- diff --git a/ghc/rts/FrontPanel.c b/ghc/rts/FrontPanel.c index 34cf5d8..8953711 100644 --- a/ghc/rts/FrontPanel.c +++ b/ghc/rts/FrontPanel.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: FrontPanel.c,v 1.6 2001/08/16 05:30:27 chak Exp $ + * $Id: FrontPanel.c,v 1.7 2001/10/31 14:38:00 simonmar Exp $ * * (c) The GHC Team 2000 * @@ -704,6 +704,7 @@ residencyCensus( void ) case STABLE_NAME: case MVAR: case MUT_VAR: + case MUT_CONS: case IND_PERM: case IND_OLDGEN_PERM: size = sizeW_fromITBL(info);