summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/deriveConstants/Main.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs
index 9a57ecf682..ca17b061e4 100644
--- a/utils/deriveConstants/Main.hs
+++ b/utils/deriveConstants/Main.hs
@@ -418,9 +418,11 @@ wanteds os = concat
,structField Both "StgEntCounter" "link"
,structField Both "StgEntCounter" "entry_count"
- ,closureSize Both "StgUpdateFrame"
- ,closureSize C "StgCatchFrame"
- ,closureSize C "StgStopFrame"
+ ,closureSize Both "StgUpdateFrame"
+ ,closureSize C "StgCatchFrame"
+ ,closureSize C "StgStopFrame"
+ ,closureSize C "StgDeadThreadFrame"
+ ,closureField C "StgDeadThreadFrame" "result"
,closureSize Both "StgMutArrPtrs"
,closureField Both "StgMutArrPtrs" "ptrs"