summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/cpu/cpu_gc_x86.go')
-rw-r--r--vendor/golang.org/x/sys/cpu/cpu_gc_x86.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go b/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go
index f7cb469..fa7cdb9 100644
--- a/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go
+++ b/vendor/golang.org/x/sys/cpu/cpu_gc_x86.go
@@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build (386 || amd64 || amd64p32) && gc
// +build 386 amd64 amd64p32
-// +build !gccgo
+// +build gc
package cpu