summaryrefslogtreecommitdiff
path: root/utils/deriveConstants/Main.hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-05-24 19:50:50 -0400
committerBen Gamari <ben@smart-cactus.org>2020-05-24 19:50:50 -0400
commit2590af96c9dd1bd12ed939bceefaf643b7cf1534 (patch)
treeacdcccb02278e39f57341b93773a199c671cd4f7 /utils/deriveConstants/Main.hs
parentd7c7772eccd9a3c9e3e0882a935f232f42f5b3f0 (diff)
downloadhaskell-wip/keepAlive.tar.gz
And now for something completely different...wip/keepAlive
Diffstat (limited to 'utils/deriveConstants/Main.hs')
-rw-r--r--utils/deriveConstants/Main.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index 1867d824b6..142805bcc5 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -466,6 +466,9 @@ wanteds os = concat
,closureField C "StgCatchFrame" "handler"
,closureField C "StgCatchFrame" "exceptions_blocked"
+
+ ,closureSize Both "StgKeepAliveFrame"
+ ,closureField Both "StgKeepAliveFrame" "closure"
,closureSize C "StgPAP"
,closureField C "StgPAP" "n_args"