]> Cypherpunks repositories - gostls13.git/commit
runtime: fix windows/386 build
authorRuss Cox <rsc@golang.org>
Fri, 7 Mar 2014 19:19:05 +0000 (14:19 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 7 Mar 2014 19:19:05 +0000 (14:19 -0500)
commit02903f8395c4d62c0e07f5ed114252635b29e92f
tree67a7dda05d9a09de7cf1dff69c7760012bd39ca9
parent9460cf78257fd8326827f1564da5da29b3bb8089
runtime: fix windows/386 build

From the trace it appears that stackalloc is being
called with 0x1800 which is 6k = 4k + (StackSystem=2k).
Make StackSystem 4k too, to make stackalloc happy.
It's already 4k on windows/amd64.

TBR=khr
CC=golang-codereviews
https://golang.org/cl/72600043
src/pkg/runtime/stack.h