diff options
Diffstat (limited to 'src/runtime/mgc.go')
| -rw-r--r-- | src/runtime/mgc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mgc.go b/src/runtime/mgc.go index a3bed4b3eb..b8f99d1ed4 100644 --- a/src/runtime/mgc.go +++ b/src/runtime/mgc.go @@ -1167,7 +1167,7 @@ top: // endCycle depends on all gcWork cache stats being flushed. // The termination algorithm above ensured that up to // allocations since the ragged barrier. - gcController.endCycle(now, int(gomaxprocs), work.userForced) + gcController.endCycle(now, int(gomaxprocs)) // Perform mark termination. This will restart the world. gcMarkTermination(stw) |
