diff options
Diffstat (limited to 'pkg/sync/race_amd64.s')
-rw-r--r-- | pkg/sync/race_amd64.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/sync/race_amd64.s b/pkg/sync/race_amd64.s index 57bc0ec79..199602387 100644 --- a/pkg/sync/race_amd64.s +++ b/pkg/sync/race_amd64.s @@ -12,8 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build race -// +build amd64 +//go:build race && amd64 +// +build race,amd64 #include "textflag.h" |