diff options
author | Russ Cox <rsc@golang.org> | 2014-09-04 23:05:18 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2014-09-04 23:05:18 -0400 |
commit | bec748f05a33fa6a2280b3b2c3e2a19d40763607 (patch) | |
tree | c3f00a35fb5be0ce48671d466ad5335ae5ad3a3f /src/pkg/runtime/rt0_windows_amd64.s | |
parent | 1e8add5d895ff4d475f14d20d0aed7e4f3ca8448 (diff) | |
download | go-bec748f05a33fa6a2280b3b2c3e2a19d40763607.tar.gz |
runtime: use new #include "textflag.h"
I did this just to clean things up, but it will be important
when we drop the pkg directory later.
LGTM=bradfitz
R=r, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/132600043
Diffstat (limited to 'src/pkg/runtime/rt0_windows_amd64.s')
-rw-r--r-- | src/pkg/runtime/rt0_windows_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/rt0_windows_amd64.s b/src/pkg/runtime/rt0_windows_amd64.s index 0b144717b..890a570d1 100644 --- a/src/pkg/runtime/rt0_windows_amd64.s +++ b/src/pkg/runtime/rt0_windows_amd64.s @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. #include "zasm_GOOS_GOARCH.h" -#include "../../cmd/ld/textflag.h" +#include "textflag.h" TEXT _rt0_amd64_windows(SB),NOSPLIT,$-8 LEAQ 8(SP), SI // argv |