diff options
Diffstat (limited to 'src/runtime/cputicks.go')
| -rw-r--r-- | src/runtime/cputicks.go | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/runtime/cputicks.go b/src/runtime/cputicks.go index 7beb57ea12..7c926f4a2b 100644 --- a/src/runtime/cputicks.go +++ b/src/runtime/cputicks.go @@ -2,13 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !arm -// +build !arm64 -// +build !mips64 -// +build !mips64le -// +build !mips -// +build !mipsle -// +build !wasm +//go:build !arm && !arm64 && !mips64 && !mips64le && !mips && !mipsle && !wasm +// +build !arm,!arm64,!mips64,!mips64le,!mips,!mipsle,!wasm package runtime |
