diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-10-13 15:30:48 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-10-20 21:15:37 -0400 |
commit | f8f77a070f4a9a93944dff0b7270162a40931c58 (patch) | |
tree | 20f46d5f5fa7562306e60977e3818467f67194e6 | |
parent | c7e73d1234ecd34ab29e7da2d23e8f67df6a5b15 (diff) | |
download | haskell-f8f77a070f4a9a93944dff0b7270162a40931c58.tar.gz |
rts: Mark binder as constwip/gc/nonmoving-nonconcurrent
-rw-r--r-- | rts/sm/GC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/GC.c b/rts/sm/GC.c index a3d0e4a164..37f9811aaf 100644 --- a/rts/sm/GC.c +++ b/rts/sm/GC.c @@ -193,7 +193,7 @@ StgPtr mark_sp; // pointer to the next unallocated mark stack entry void GarbageCollect (uint32_t collect_gen, - bool do_heap_census, + const bool do_heap_census, uint32_t gc_type USED_IF_THREADS, Capability *cap, bool idle_cap[]) |