From 95617a4392dab4456b00e46ca03447fea880b8f3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 19 Apr 2000 10:51:59 +0000 Subject: [PATCH] [project @ 2000-04-19 10:51:59 by simonmar] MUT_VAR needs some profiling description info. --- ghc/rts/StgMiscClosures.hc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/StgMiscClosures.hc b/ghc/rts/StgMiscClosures.hc index 94ae338..4861c88 100644 --- a/ghc/rts/StgMiscClosures.hc +++ b/ghc/rts/StgMiscClosures.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.hc,v 1.42 2000/04/18 15:06:19 simonmar Exp $ + * $Id: StgMiscClosures.hc,v 1.43 2000/04/19 10:51:59 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -576,7 +576,7 @@ NON_ENTERABLE_ENTRY_CODE(MUT_ARR_PTRS_FROZEN); Mutable Variables -------------------------------------------------------------------------- */ -INFO_TABLE(MUT_VAR_info, MUT_VAR_entry, 1, 1, MUT_VAR, , EF_, 0, 0); +INFO_TABLE(MUT_VAR_info, MUT_VAR_entry, 1, 1, MUT_VAR, , EF_, "MUT_VAR", "MUT_VAR"); NON_ENTERABLE_ENTRY_CODE(MUT_VAR); /* ----------------------------------------------------------------------------- -- 1.7.10.4