]> Cypherpunks repositories - gostls13.git/commit
runtime: fix nacl amd64p32 flakiness
authorRuss Cox <rsc@golang.org>
Sat, 28 Jun 2014 00:13:16 +0000 (20:13 -0400)
committerRuss Cox <rsc@golang.org>
Sat, 28 Jun 2014 00:13:16 +0000 (20:13 -0400)
commit84a36434d92e18eb12d8a86770bdb4936dff4703
tree3442026b58e73660e5d181302ceede5ff941718b
parentea0fb5d8e2ba795f0fc985da27a9514492abd7bb
runtime: fix nacl amd64p32 flakiness

newproc takes two extra pointers, not two extra registers.
On amd64p32 (nacl) they are different.

We diagnosed this before the 1.3 cut but the tree was frozen.
I believe this is causing the random problems on the builder.

Fixes #8199.

TBR=r
CC=golang-codereviews
https://golang.org/cl/102710043
src/pkg/runtime/traceback_x86.c