aboutsummaryrefslogtreecommitdiff
path: root/src/internal/cpu/cpu_no_name.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/cpu/cpu_no_name.go')
-rw-r--r--src/internal/cpu/cpu_no_name.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/internal/cpu/cpu_no_name.go b/src/internal/cpu/cpu_no_name.go
index ce1c37a3c7..8d563b536c 100644
--- a/src/internal/cpu/cpu_no_name.go
+++ b/src/internal/cpu/cpu_no_name.go
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !386
-// +build !amd64
+//go:build !386 && !amd64
+// +build !386,!amd64
package cpu