Skip to content

Commit b8be2fd

Browse files
tklausergopherbot
authored andcommitted
cpu: add //go:build line to cpu_gccgo_x86.c
Change-Id: I597a83c767bf597f4d5c2ffdd7097f3cd6781f84 Reviewed-on: https://go-review.googlesource.com/c/sys/+/460158 Auto-Submit: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 1e9f341 commit b8be2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpu/cpu_gccgo_x86.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build (386 || amd64 || amd64p32) && gccgo
56
// +build 386 amd64 amd64p32
67
// +build gccgo
78

0 commit comments

Comments
 (0)