]> Cypherpunks repositories - gostls13.git/commit
runtime: fix netbsd/arm build
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 1 Aug 2013 11:19:45 +0000 (15:19 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Thu, 1 Aug 2013 11:19:45 +0000 (15:19 +0400)
commit21315c34281998be4f66fd6fae1d29c418f9b522
tree7cab03da212badf1e313ffabf3c3795e48942b2d
parentffb62d58a3b5cb560afa3950ccf80f1a5ae2394a
runtime: 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

R=rsc
CC=golang-dev
https://golang.org/cl/12246043
src/pkg/runtime/os_netbsd.c