diff options
| author | Russ Cox <rsc@golang.org> | 2014-09-24 19:04:06 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-09-24 19:04:06 -0400 |
| commit | 3c94b1d305967d260b31ec3fdda51b705db752cd (patch) | |
| tree | c18deddc45cc1d2732f6e56b940591ab42f26d38 /src/runtime/sys_windows_amd64.s | |
| parent | 665a4166650d088c067130eb41f8f95efb9c12ed (diff) | |
| download | go-3c94b1d305967d260b31ec3fdda51b705db752cd.tar.xz | |
runtime: more NOPTR
Fixes linux builds (_vdso); may fix others.
I can at least cross-compile cmd/go for every
implemented system now.
TBR=iant
CC=golang-codereviews
https://golang.org/cl/142630043
Diffstat (limited to 'src/runtime/sys_windows_amd64.s')
| -rw-r--r-- | src/runtime/sys_windows_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_windows_amd64.s b/src/runtime/sys_windows_amd64.s index f701d157ed..05750398ea 100644 --- a/src/runtime/sys_windows_amd64.s +++ b/src/runtime/sys_windows_amd64.s @@ -249,7 +249,7 @@ TEXT runtime·externalthreadhandler(SB),NOSPLIT,$0 POPQ BP RET -GLOBL runtime·cbctxts(SB), $8 +GLOBL runtime·cbctxts(SB), NOPTR, $8 TEXT runtime·callbackasm1(SB),NOSPLIT,$0 // Construct args vector for cgocallback(). |
