diff options
| author | Russ Cox <rsc@golang.org> | 2014-08-27 23:41:43 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2014-08-27 23:41:43 -0400 |
| commit | add7b220105ab2734244400aa0585fc80f40001c (patch) | |
| tree | 263f4f114ad689cec47d0457b731ba3c53214bb8 /src/pkg/runtime/runtime.h | |
| parent | 948bb9150e962ee77475d2abc6585ecc7ac7f755 (diff) | |
| download | go-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.h')
0 files changed, 0 insertions, 0 deletions
