Commit 320cb01d authored by Michael Matloob's avatar Michael Matloob Committed by Brad Fitzpatrick

windows: Add windows build tag to asm.s

This allows linux binaries to have bazel-style dependencies on x/sys/windows.

Change-Id: I248fe62e045705f409e5d96842ed52d0764ae68f
Reviewed-on: https://go-review.googlesource.com/21081Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent afce3de5
......@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build windows
#include "textflag.h"
TEXT ·use(SB),NOSPLIT,$0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment