mirror of
https://github.com/golang/go
synced 2024-11-23 06:00:08 -07:00
runtime: fix arm build
LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/134030043
This commit is contained in:
parent
f022320723
commit
2c1fde07ac
@ -190,7 +190,6 @@ func newstackcall(fv *funcval, addr unsafe.Pointer, size uint32)
|
||||
func procyield(cycles uint32)
|
||||
func osyield()
|
||||
func cgocallback_gofunc(fv *funcval, frame unsafe.Pointer, framesize uintptr)
|
||||
func cmpstring(s1, s2 string) int
|
||||
func persistentalloc(size, align uintptr, stat *uint64) unsafe.Pointer
|
||||
func readgogc() int32
|
||||
func notetsleepg(n *note, ns int64)
|
||||
|
Loading…
Reference in New Issue
Block a user