aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/zcallback_windows.s
diff options
context:
space:
mode:
authorJordan Rhee <jordanrh@microsoft.com>2018-08-08 14:44:42 -0700
committerIan Lance Taylor <iant@golang.org>2018-09-18 22:18:23 +0000
commitd24ec86e4f64302e91d8062eabfcd21296bb9b04 (patch)
tree93618b9bd00376df7529db6c4fd8785a91dcc41f /src/runtime/zcallback_windows.s
parent37db664c6cd480b578d6114854bc20c2bc3cddcd (diff)
downloadgo-d24ec86e4f64302e91d8062eabfcd21296bb9b04.tar.gz
go-d24ec86e4f64302e91d8062eabfcd21296bb9b04.zip
runtime: support windows/arm
Updates #26148 Change-Id: I8f68b2c926c7b11dc86c9664ed7ff2d2f78b64b4 Reviewed-on: https://go-review.googlesource.com/128715 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/zcallback_windows.s')
-rw-r--r--src/runtime/zcallback_windows.s4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/runtime/zcallback_windows.s b/src/runtime/zcallback_windows.s
index b9a3a30811..7772eef329 100644
--- a/src/runtime/zcallback_windows.s
+++ b/src/runtime/zcallback_windows.s
@@ -1,5 +1,6 @@
-// generated by wincallback.go; run go generate
+// Code generated by wincallback.go using 'go generate'. DO NOT EDIT.
+// +build 386 amd64
// runtime·callbackasm is called by external code to
// execute Go implemented callback function. It is not
// called from the start, instead runtime·compilecallback
@@ -7,6 +8,7 @@
// appropriately so different callbacks start with different
// CALL instruction in runtime·callbackasm. This determines
// which Go callback function is executed later on.
+
TEXT runtime·callbackasm(SB),7,$0
CALL runtime·callbackasm1(SB)
CALL runtime·callbackasm1(SB)