Commit 2c1fde07 authored by David Crawshaw's avatar David Crawshaw Committed by Russ Cox

runtime: fix arm build

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/134030043
parent f0223207
...@@ -190,7 +190,6 @@ func newstackcall(fv *funcval, addr unsafe.Pointer, size uint32) ...@@ -190,7 +190,6 @@ func newstackcall(fv *funcval, addr unsafe.Pointer, size uint32)
func procyield(cycles uint32) func procyield(cycles uint32)
func osyield() func osyield()
func cgocallback_gofunc(fv *funcval, frame unsafe.Pointer, framesize uintptr) 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 persistentalloc(size, align uintptr, stat *uint64) unsafe.Pointer
func readgogc() int32 func readgogc() int32
func notetsleepg(n *note, ns int64) func notetsleepg(n *note, ns int64)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment