]> Cypherpunks repositories - gostls13.git/commit
runtime: disable preemption again to fix linux build
authorIan Lance Taylor <iant@golang.org>
Wed, 17 Jul 2013 23:15:46 +0000 (16:15 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 17 Jul 2013 23:15:46 +0000 (16:15 -0700)
commit1da96a30395b20cb4e2059c49bee05540e36aac6
treedadca712cda7fab600158db682b0c1c5a3f038cd
parent58ce655fd2efe2270ee852790eede952e179735e
runtime: disable preemption again to fix linux build

Otherwise the tests in pkg/runtime fail:

runtime: unknown argument frame size for runtime.deferreturn called from 0x48657b [runtime_test.funcĀ·022]
fatal error: invalid stack
...

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/11483043
src/pkg/runtime/proc.c