summaryrefslogtreecommitdiff
path: root/rts/sm/GC.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/sm/GC.h')
-rw-r--r--rts/sm/GC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/sm/GC.h b/rts/sm/GC.h
index 707d4b52d6..44ae7e35b2 100644
--- a/rts/sm/GC.h
+++ b/rts/sm/GC.h
@@ -18,7 +18,7 @@
#include "HeapAlloc.h"
-void GarbageCollect (rtsBool force_major_gc,
+void GarbageCollect (uint32_t collect_gen,
rtsBool do_heap_census,
uint32_t gc_type, Capability *cap, rtsBool idle_cap[]);