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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/stubs_amd64.go b/src/runtime/stubs_amd64.go
index 6d0b113740..9517d03283 100644
--- a/src/runtime/stubs_amd64.go
+++ b/src/runtime/stubs_amd64.go
@@ -48,7 +48,11 @@ func asmcgocall_landingpad()
//
// Spills/loads arguments in registers to/from an internal/abi.RegArgs
// respectively. Does not follow the Go ABI.
+//
+//go:linknamestd spillArgs
func spillArgs()
+
+//go:linknamestd unspillArgs
func unspillArgs()
// getfp returns the frame pointer register of its caller or 0 if not implemented.