1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:41:21 -06:00

[dev.power64] runtime: fix build

LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/128180044
This commit is contained in:
Shenghou Ma 2014-08-13 14:52:11 -04:00 committed by Russ Cox
parent ebf42035b7
commit 856124a1cd

View File

@ -222,7 +222,6 @@ TEXT runtime·mmap(SB),NOSPLIT,$-8
MOVW 36(R1), R8
SYSCALL $SYS_mmap
BVC 2(PC)
RETURN
TEXT runtime·munmap(SB),NOSPLIT,$-8