aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stubs_amd64.go')
-rw-r--r--src/runtime/stubs_amd64.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/runtime/stubs_amd64.go b/src/runtime/stubs_amd64.go
index 5b79d66762..8c14bc2271 100644
--- a/src/runtime/stubs_amd64.go
+++ b/src/runtime/stubs_amd64.go
@@ -4,6 +4,15 @@
package runtime
+// Called from compiled code; declared for vet; do NOT call from Go.
+func gcWriteBarrierCX()
+func gcWriteBarrierDX()
+func gcWriteBarrierBX()
+func gcWriteBarrierBP()
+func gcWriteBarrierSI()
+func gcWriteBarrierR8()
+func gcWriteBarrierR9()
+
// stackcheck checks that SP is in range [g->stack.lo, g->stack.hi).
func stackcheck()