summaryrefslogtreecommitdiff
path: root/utils/deriveConstants
diff options
context:
space:
mode:
Diffstat (limited to 'utils/deriveConstants')
-rw-r--r--utils/deriveConstants/DeriveConstants.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/deriveConstants/DeriveConstants.hs b/utils/deriveConstants/DeriveConstants.hs
index 293fe65492..8c943f0584 100644
--- a/utils/deriveConstants/DeriveConstants.hs
+++ b/utils/deriveConstants/DeriveConstants.hs
@@ -391,6 +391,9 @@ wanteds = concat
,closureField Both "StgMutArrPtrs" "ptrs"
,closureField Both "StgMutArrPtrs" "size"
+ ,closureSize Both "StgSmallMutArrPtrs"
+ ,closureField Both "StgSmallMutArrPtrs" "ptrs"
+
,closureSize Both "StgArrWords"
,closureField Both "StgArrWords" "bytes"
,closurePayload C "StgArrWords" "payload"