1
0
mirror of https://github.com/golang/go synced 2024-11-23 15:40:06 -07:00

runtime: use correct MOV for plan9 brk_ ret value

Updates #11041

Change-Id: I78f8d48f00cfbb451e37c868cc472ef06ea0fd95
Reviewed-on: https://go-review.googlesource.com/27491
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2016-08-09 20:05:41 -07:00
parent e80376ca6b
commit 5abfc97e84

View File

@ -65,7 +65,7 @@ TEXT runtime·exits(SB),NOSPLIT,$0
TEXT runtime·brk_(SB),NOSPLIT,$0
MOVQ $24, BP
SYSCALL
MOVQ AX, ret+8(FP)
MOVL AX, ret+8(FP)
RET
TEXT runtime·sleep(SB),NOSPLIT,$0