aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/runtime2.go')
-rw-r--r--src/runtime/runtime2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index b8579d9599..0c70d2cc81 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -624,6 +624,7 @@ type m struct {
// not in the next-smallest (1792-byte) size class. That leaves the 11 low
// bits of muintptr values available for flags, as required for
// GOEXPERIMENT=spinbitmutex.
+ _ [goexperiment.SpinbitMutexInt * 64 * goarch.PtrSize / 8]byte
_ [goexperiment.SpinbitMutexInt * 700 * (2 - goarch.PtrSize/4)]byte
}