diff options
Diffstat (limited to 'src/runtime/runtime2.go')
| -rw-r--r-- | src/runtime/runtime2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go index ed618dff05..9216765fc6 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -820,7 +820,7 @@ type schedt struct { gcwaiting atomic.Bool // gc is waiting to run stopwait int32 stopnote note - sysmonwait uint32 + sysmonwait atomic.Bool sysmonnote note // safepointFn should be called on each P at the next GC |
