X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FDebugProf.c;h=cd7ff5b95125d406d301e746961cf03fc6f7efae;hb=a5dc9cdae04f5e0c1f2d13a53bb06c52f0a8c8c9;hp=f5ad811fb520d3c217134c98132ebd5d809bbfb4;hpb=f30339445724f48bb252485b8eac850a4dc9a9ae;p=ghc-hetmet.git diff --git a/ghc/rts/DebugProf.c b/ghc/rts/DebugProf.c index f5ad811..cd7ff5b 100644 --- a/ghc/rts/DebugProf.c +++ b/ghc/rts/DebugProf.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: DebugProf.c,v 1.4 1999/01/15 17:57:05 simonm Exp $ + * $Id: DebugProf.c,v 1.5 1999/02/05 15:25:04 simonm Exp $ * * (c) The GHC Team 1998 * @@ -162,7 +162,6 @@ static char *type_names[] = { , "ARR_WORDS" - , "MUT_ARR_WORDS" , "MUT_ARR_PTRS" , "MUT_ARR_PTRS_FROZEN" , "MUT_VAR" @@ -313,7 +312,6 @@ heapCensus(bdescr *bd) break; case ARR_WORDS: - case MUT_ARR_WORDS: size = arr_words_sizeW(stgCast(StgArrWords*,p)); break;