Descriptionruntime: fix netbsd/arm build
Currently fails with:
fatal error: runtime: stack split during syscall
goroutine 2 [stack split]:
_vasop(0x3ac4a0, 0x505f8f00, 0x7a5a8, 0x7, 0x1ed3797f, ...)
src/pkg/runtime/vlrt_arm.c:513 fp=0x505f8ecc
runtime.semasleep(0xf8475800, 0xd)
src/pkg/runtime/os_netbsd.c:97 +0x178 fp=0x505f8efc
Patch Set 1 #Patch Set 2 : diff -r 3ffed73b911b https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r 3ffed73b911b https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 2
|