]> Cypherpunks repositories - gostls13.git/commit
runtime: fix windows/amd64 build
authorRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 03:39:00 +0000 (23:39 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 8 Oct 2014 03:39:00 +0000 (23:39 -0400)
commitf950a14bb555938cd3878dd59cc447026e1108b9
tree6f5c2c39fc900997511da45ea12a24ec19e0656d
parent2b1659b57d6e021029636ee39b4a30c4f9074c6c
runtime: fix windows/amd64 build

Out of stack space due to new 2-word call in freedefer.
Go back to smaller function calls.

TBR=brainman
CC=golang-codereviews
https://golang.org/cl/152340043
src/runtime/panic.go