From 856124a1cdde18050146a9b15230fac2e618bf8e Mon Sep 17 00:00:00 2001 From: Shenghou Ma Date: Wed, 13 Aug 2014 14:52:11 -0400 Subject: [PATCH] [dev.power64] runtime: fix build LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/128180044 --- src/pkg/runtime/sys_linux_power64x.s | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pkg/runtime/sys_linux_power64x.s b/src/pkg/runtime/sys_linux_power64x.s index f5149eaeaf..df808a83c3 100644 --- a/src/pkg/runtime/sys_linux_power64x.s +++ b/src/pkg/runtime/sys_linux_power64x.s @@ -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