summaryrefslogtreecommitdiff
path: root/utils/deriveConstants
diff options
context:
space:
mode:
authorTakano Akio <aljee@hyper.cx>2013-03-11 18:51:05 +0900
committerIan Lynagh <ian@well-typed.com>2013-06-15 16:41:02 +0100
commitfe652a8b56c864167ecf1fac899bb3d99363dfcf (patch)
tree888acad55c4cc1a9eee790f0c5404feed34c5fec /utils/deriveConstants
parent6770663f764db76dbb7138ccb3aea0527d194151 (diff)
downloadhaskell-fe652a8b56c864167ecf1fac899bb3d99363dfcf.tar.gz
Maintain per-generation lists of weak pointers (#7847)
Diffstat (limited to 'utils/deriveConstants')
-rw-r--r--utils/deriveConstants/DeriveConstants.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/deriveConstants/DeriveConstants.hs b/utils/deriveConstants/DeriveConstants.hs
index c731b9ea72..3173c27cec 100644
--- a/utils/deriveConstants/DeriveConstants.hs
+++ b/utils/deriveConstants/DeriveConstants.hs
@@ -346,6 +346,7 @@ wanteds = concat
,structSize C "generation"
,structField C "generation" "n_new_large_words"
+ ,structField C "generation" "weak_ptr_list"
,structSize Both "CostCentreStack"
,structField C "CostCentreStack" "ccsID"