From: Josh Bleecher Snyder Date: Fri, 26 Aug 2016 00:19:28 +0000 (-0700) Subject: syscall: fix plan9/386 RawSyscall6 X-Git-Tag: go1.8beta1~1635 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=e022dcd35f3047134c661ef27cafdf1d845df447;p=gostls13.git syscall: fix plan9/386 RawSyscall6 Fixes the build. Change-Id: I34bcae08cfb43257aeb9086336966ef85f15fe1d Reviewed-on: https://go-review.googlesource.com/27815 Reviewed-by: Josh Bleecher Snyder --- diff --git a/src/syscall/asm_plan9_386.s b/src/syscall/asm_plan9_386.s index 59764a7b66..2c45eabfe6 100644 --- a/src/syscall/asm_plan9_386.s +++ b/src/syscall/asm_plan9_386.s @@ -107,7 +107,7 @@ TEXT ·RawSyscall(SB),NOSPLIT,$0-28 RET TEXT ·RawSyscall6(SB),NOSPLIT,$0-40 - MOVL trap+0(SP), AX // syscall entry + MOVL trap+0(FP), AX // syscall entry // slide args down on top of system call number LEAL 8(SP), SI LEAL 4(SP), DI