aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs_arm64.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/stubs_arm64.go')
-rw-r--r--src/runtime/stubs_arm64.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/runtime/stubs_arm64.go b/src/runtime/stubs_arm64.go
index f5e3bb4854..bd0533d158 100644
--- a/src/runtime/stubs_arm64.go
+++ b/src/runtime/stubs_arm64.go
@@ -14,3 +14,10 @@ func save_g()
func asmcgocall_no_g(fn, arg unsafe.Pointer)
func emptyfunc()
+
+// Used by reflectcall and the reflect package.
+//
+// Spills/loads arguments in registers to/from an internal/abi.RegArgs
+// respectively. Does not follow the Go ABI.
+func spillArgs()
+func unspillArgs()