• Russ Cox's avatar
    runtime: fix nacl amd64p32 flakiness · 84a36434
    Russ Cox authored
    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
    84a36434
traceback_x86.c 14.1 KB