diff options
Diffstat (limited to 'utils/deriveConstants/Main.hs')
-rw-r--r-- | utils/deriveConstants/Main.hs | 3 |
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" |