diff options
Diffstat (limited to 'src/runtime/stubs_arm.go')
| -rw-r--r-- | src/runtime/stubs_arm.go | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/runtime/stubs_arm.go b/src/runtime/stubs_arm.go index 49bfd9ef04..786d90174b 100644 --- a/src/runtime/stubs_arm.go +++ b/src/runtime/stubs_arm.go @@ -14,12 +14,16 @@ func _mod() func _modu() // Called from assembly only; declared for go vet. -func usplitR0() +// +// load_g is also called from runtime/cgo. +// +//go:linknamestd load_g func load_g() func save_g() func emptyfunc() func _initcgo() func read_tls_fallback() +func usplitR0() //go:noescape func asmcgocall_no_g(fn, arg unsafe.Pointer) |
