aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/runtime.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-08-27 23:41:43 -0400
committerRuss Cox <rsc@golang.org>2014-08-27 23:41:43 -0400
commitadd7b220105ab2734244400aa0585fc80f40001c (patch)
tree263f4f114ad689cec47d0457b731ba3c53214bb8 /src/pkg/runtime/runtime.c
parent948bb9150e962ee77475d2abc6585ecc7ac7f755 (diff)
downloadgo-add7b220105ab2734244400aa0585fc80f40001c.tar.xz
runtime: fix nacl/386 build
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
Diffstat (limited to 'src/pkg/runtime/runtime.c')
0 files changed, 0 insertions, 0 deletions