]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.power64] runtime: fix build
authorShenghou Ma <minux@golang.org>
Wed, 13 Aug 2014 18:52:11 +0000 (14:52 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 13 Aug 2014 18:52:11 +0000 (14:52 -0400)
LGTM=rsc
R=rsc, iant
CC=golang-codereviews
https://golang.org/cl/128180044

src/pkg/runtime/sys_linux_power64x.s

index f5149eaeaf452343df6780759dcacb211c513704..df808a83c399c0ed85159c12c1d38f849117b8b3 100644 (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