Commit e022dcd3 authored by Josh Bleecher Snyder's avatar Josh Bleecher Snyder

syscall: fix plan9/386 RawSyscall6

Fixes the build.

Change-Id: I34bcae08cfb43257aeb9086336966ef85f15fe1d
Reviewed-on: https://go-review.googlesource.com/27815Reviewed-by: 's avatarJosh Bleecher Snyder <josharian@gmail.com>
parent f9acd391
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment