summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/Schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Schedule.c b/rts/Schedule.c
index 07ebec62b1..7c4e67d9d4 100644
--- a/rts/Schedule.c
+++ b/rts/Schedule.c
@@ -1438,7 +1438,7 @@ scheduleDoGC (Capability **pcap, Task *task USED_IF_THREADS,
rtsBool heap_census;
nat collect_gen;
#ifdef THREADED_RTS
- StgWord8 gc_type;
+ nat gc_type;
nat i, sync;
StgTSO *tso;
#endif