From 1347c4fe83f06dd55227475c999bbade03d5dc59 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 1 Mar 2000 11:09:05 +0000 Subject: [PATCH] [project @ 2000-03-01 11:09:05 by simonmar] oops, remove assigment to non-existent "emitted" field in a CCS. --- ghc/rts/Profiling.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/rts/Profiling.c b/ghc/rts/Profiling.c index 75336a1..b5dc659 100644 --- a/ghc/rts/Profiling.c +++ b/ghc/rts/Profiling.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Profiling.c,v 1.13 2000/02/29 16:58:09 simonmar Exp $ + * $Id: Profiling.c,v 1.14 2000/03/01 11:09:05 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -459,7 +459,6 @@ ActualPush_ ( CostCentreStack *ccs, CostCentre *cc, CostCentreStack *new_ccs ) new_ccs->mem_alloc = 0; new_ccs->root = ccs->root; - new_ccs->emitted = 0; /* update the memoization table for the parent stack */ if (ccs != EMPTY_STACK) -- 1.7.10.4