diff options
Diffstat (limited to 'utils/deriveConstants/Main.hs')
-rw-r--r-- | utils/deriveConstants/Main.hs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/utils/deriveConstants/Main.hs b/utils/deriveConstants/Main.hs index e5f14e1eab..5d5dbc404f 100644 --- a/utils/deriveConstants/Main.hs +++ b/utils/deriveConstants/Main.hs @@ -489,15 +489,8 @@ wanteds os = concat ,closureSize C "StgAtomicallyFrame" ,closureField C "StgAtomicallyFrame" "code" - ,closureField C "StgAtomicallyFrame" "next_invariant_to_check" ,closureField C "StgAtomicallyFrame" "result" - ,closureField C "StgInvariantCheckQueue" "invariant" - ,closureField C "StgInvariantCheckQueue" "my_execution" - ,closureField C "StgInvariantCheckQueue" "next_queue_entry" - - ,closureField C "StgAtomicInvariant" "code" - ,closureField C "StgTRecHeader" "enclosing_trec" ,closureSize C "StgCatchSTMFrame" @@ -731,7 +724,7 @@ getWanted verbose os tmpdir gccProgram gccFlags nmProgram mobjdumpProgram "", "#include \"PosixSource.h\"", "#include \"Rts.h\"", - "#include \"Stable.h\"", + "#include \"StableName.h\"", "#include \"Capability.h\"", "", "#include <inttypes.h>", |