From f8f77a070f4a9a93944dff0b7270162a40931c58 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Sun, 13 Oct 2019 15:30:48 -0400 Subject: rts: Mark binder as const --- rts/sm/GC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) -- cgit v1.2.1