summaryrefslogtreecommitdiff
path: root/includes/Cmm.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-12-04 11:08:39 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-12-04 11:08:39 +0000
commita0ca27ac659bcbe0c291b3bd1a12a965f43f5f55 (patch)
tree5e0b357cf3012cb0dd71802c45d16580af25d706 /includes/Cmm.h
parent5f9075dae09b9c7eff4cdf8d3fc339ea0d909d57 (diff)
downloadhaskell-a0ca27ac659bcbe0c291b3bd1a12a965f43f5f55.tar.gz
Correction to the allocation stats following earlier refactoring
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r--includes/Cmm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h
index 6d39b45a39..69b5acc5fc 100644
--- a/includes/Cmm.h
+++ b/includes/Cmm.h
@@ -385,7 +385,7 @@
// allocate() - this includes many of the primops.
#define MAYBE_GC(liveness,reentry) \
if (bdescr_link(CurrentNursery) == NULL || \
- generation_n_large_blocks(W_[g0]) >= CInt[alloc_blocks_lim]) { \
+ generation_n_new_large_blocks(W_[g0]) >= CInt[alloc_blocks_lim]) { \
R9 = liveness; \
R10 = reentry; \
HpAlloc = 0; \