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 7b43358ba1..bf1b53cb12 100644 --- a/src/runtime/runtime2.go +++ b/src/runtime/runtime2.go @@ -779,7 +779,7 @@ type schedt struct { pidle puintptr // idle p's npidle atomic.Int32 - nmspinning uint32 // See "Worker thread parking/unparking" comment in proc.go. + nmspinning atomic.Int32 // See "Worker thread parking/unparking" comment in proc.go. // Global runnable queue. runq gQueue |
