diff options
-rw-r--r-- | rts/Task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Task.c b/rts/Task.c index 42893fe903..be72c1bd23 100644 --- a/rts/Task.c +++ b/rts/Task.c @@ -27,7 +27,7 @@ // Locks required: all_tasks_mutex. Task *all_tasks = NULL; -nat taskCount; +nat taskCount; // current number of bound tasks + total number of worker tasks. nat workerCount; nat currentWorkerCount; nat peakWorkerCount; |