mirror of https://github.com/golang/go.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 <josharian@gmail.com>
This commit is contained in:
parent
f9acd3918e
commit
e022dcd35f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue