aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lfstack_64bit.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/lfstack_64bit.go')
-rw-r--r--src/runtime/lfstack_64bit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/lfstack_64bit.go b/src/runtime/lfstack_64bit.go
index 9d821b989e..4812dd1156 100644
--- a/src/runtime/lfstack_64bit.go
+++ b/src/runtime/lfstack_64bit.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || wasm
// +build amd64 arm64 mips64 mips64le ppc64 ppc64le riscv64 s390x wasm
package runtime