]> Cypherpunks repositories - gostls13.git/commit
runtime: fix plan9/amd64 build?
authorRuss Cox <rsc@golang.org>
Tue, 9 Sep 2014 21:16:31 +0000 (17:16 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 9 Sep 2014 21:16:31 +0000 (17:16 -0400)
commitf9829e92e196cdae33e256dd82c690c7beba76ed
treed98dfb3e71c5838a2b182a981efd7aca67dfe2d2
parentee6c6d96b652cb7003bdb705dcfa617e04777b3d
runtime: fix plan9/amd64 build?

The only thing I can see that is really Plan 9-specific
is that the stack pointer used for signal handling used
to have more mapped memory above it.
Specifically it used to have at most 88 bytes (StackTop),
so change the allocation of a 40-byte frame to a 128-byte frame.

No idea if this will work, but worth a try.

Note that "fix" here means get it back to timing out
instead of crashing.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/142840043
src/runtime/sys_plan9_amd64.s