diff options
Diffstat (limited to 'utils/deriveConstants/Main.hs')
-rw-r--r-- | utils/deriveConstants/Main.hs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs index a812ac42c8..434dad0737 100644 --- a/utils/deriveConstants/Main.hs +++ b/utils/deriveConstants/Main.hs @@ -556,6 +556,11 @@ wanteds os = concat ,closureField C "MessageBlackHole" "tso" ,closureField C "MessageBlackHole" "bh" + ,closureSize C "MessagePauseThread" + ,closureField C "MessagePauseThread" "link" + ,closureField C "MessagePauseThread" "tso" + ,closureField C "MessagePauseThread" "mvar" + ,closureSize C "StgCompactNFData" ,closureField C "StgCompactNFData" "totalW" ,closureField C "StgCompactNFData" "autoBlockW" |