summaryrefslogtreecommitdiff
path: root/includes/Cmm.h
diff options
context:
space:
mode:
authorDimitrios Vytiniotis <dimitris@microsoft.com>2011-11-29 19:20:33 +0000
committerDimitrios Vytiniotis <dimitris@microsoft.com>2011-11-29 19:20:33 +0000
commit42e3b5bd3ee9c555adaaf1e5a12f7ddd71423c0c (patch)
tree0e8ca1886f847d878ab9b9126c2268e4c8b54a1b /includes/Cmm.h
parente4d87e140697bcb380cc51a5aee598409930281e (diff)
parent1f7433b7b998dda4dde6d09f22a37f637745c079 (diff)
downloadhaskell-42e3b5bd3ee9c555adaaf1e5a12f7ddd71423c0c.tar.gz
Merge branch 'master' of http://darcs.haskell.org//ghc
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 641faa216e..11c02b4e3e 100644
--- a/includes/Cmm.h
+++ b/includes/Cmm.h
@@ -372,7 +372,7 @@
CCCS_ALLOC(bytes);
/* CCS_ALLOC wants the size in words, because ccs->mem_alloc is in words */
-#define CCCS_ALLOC(__alloc) CCS_ALLOC(BYTES_TO_WDS(__alloc), W_[CCCS])
+#define CCCS_ALLOC(__alloc) CCS_ALLOC(BYTES_TO_WDS(__alloc), CCCS)
#define HP_CHK_GEN_TICKY(alloc,liveness,reentry) \
HP_CHK_GEN(alloc,liveness,reentry); \