summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1999-02-26 09:28:43 +0000
committersimonm <unknown>1999-02-26 09:28:43 +0000
commit4d699d4161ca006ac83a8b79fbf94dfe64517039 (patch)
treed8b3ae8bb952702e3bcb69b972ff8e101b5c4583
parent5a56bbba8003b3b10d33b5eeab73df8e81f5afc7 (diff)
downloadhaskell-4d699d4161ca006ac83a8b79fbf94dfe64517039.tar.gz
[project @ 1999-02-26 09:28:43 by simonm]
Remove bogus TICK_ALLOC_HEAP.
-rw-r--r--ghc/includes/StgMacros.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc/includes/StgMacros.h b/ghc/includes/StgMacros.h
index 646f0fc614..a3ca202cd2 100644
--- a/ghc/includes/StgMacros.h
+++ b/ghc/includes/StgMacros.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: StgMacros.h,v 1.5 1999/02/05 16:02:28 simonm Exp $
+ * $Id: StgMacros.h,v 1.6 1999/02/26 09:28:43 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -332,8 +332,7 @@ static inline int IS_ARG_TAG( StgWord p ) { return p <= ARGTAG_MAX; }
R9.w = (W_)LIVENESS_MASK(liveness); \
R10.w = (W_)reentry; \
JMP_(stg_gen_chk); \
- } \
- TICK_ALLOC_HEAP(headroom);
+ }
#define MAYBE_GC(liveness,reentry) \
if (doYouWantToGC()) { \