summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-06-27 12:39:51 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-06-27 12:39:51 +0000
commit081e9e53205935280f1800f113760a8a72498a6f (patch)
treeb60fcc6fe8b050494c65b95fdfa3603df8927636 /includes
parent68e468f00761339cb268e3f8e8e3124d1aaccadc (diff)
downloadhaskell-081e9e53205935280f1800f113760a8a72498a6f.tar.gz
fix up slop-overwriting for THUNK_SELECTORS in DEBUG mode
Diffstat (limited to 'includes')
-rw-r--r--includes/mkDerivedConstants.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/mkDerivedConstants.c b/includes/mkDerivedConstants.c
index 62d949041b..689851e4e3 100644
--- a/includes/mkDerivedConstants.c
+++ b/includes/mkDerivedConstants.c
@@ -318,6 +318,8 @@ main(int argc, char *argv[])
closure_field(StgAP_STACK, fun);
closure_payload(StgAP_STACK, payload);
+ thunk_size(StgSelector);
+
closure_field(StgInd, indirectee);
closure_size(StgMutVar);