• Russ Cox's avatar
    runtime: fix nacl/386 build · add7b220
    Russ Cox authored
    I changed all the NACL_SYSJMP to NACL_SYSCALL in
    an earlier CL, but I missed the fact that NACL_SYSCALL
    will push another return PC on the stack, so that the
    arguments will no longer be in the right place.
    Since we have to make our own call, we also have to
    copy the arguments. Do that.
    
    Fixes nacl/386 build.
    
    TBR=minux
    CC=golang-codereviews
    https://golang.org/cl/135050044
    add7b220
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...