diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-04-28 15:24:50 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2022-04-28 15:24:50 +0100 |
commit | 23bceada811683f229c3c19c083066fda5d9f653 (patch) | |
tree | f18917ac6244c3b1dd0cc740a7818df05df975d1 /utils | |
parent | 81cf52bb301592ff3d043d03eb9a0d547891a3e1 (diff) | |
download | haskell-wip/try-revert.tar.gz |
Revert "rts: Refactor handling of dead threads' stacks"wip/try-revert
This reverts commit e09afbf2a998beea7783e3de5dce5dd3c6ff23db.
Diffstat (limited to 'utils')
-rw-r--r-- | utils/deriveConstants/Main.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs index 1619f5588c..9a57ecf682 100644 --- a/utils/deriveConstants/Main.hs +++ b/utils/deriveConstants/Main.hs @@ -421,7 +421,6 @@ wanteds os = concat ,closureSize Both "StgUpdateFrame" ,closureSize C "StgCatchFrame" ,closureSize C "StgStopFrame" - ,closureSize C "StgDeadThreadFrame" ,closureSize Both "StgMutArrPtrs" ,closureField Both "StgMutArrPtrs" "ptrs" |