]> Cypherpunks repositories - gostls13.git/commitdiff
fix build
authorRobert Griesemer <gri@golang.org>
Fri, 30 Apr 2010 19:01:15 +0000 (12:01 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 30 Apr 2010 19:01:15 +0000 (12:01 -0700)
R=rsc
CC=golang-dev
https://golang.org/cl/1044041

src/pkg/big/arith_386.s

index 2887ccc3e5c3c3df7ca1e4241d1a1d7011c7a4af..4ccf217ed2a98af4bd9ca8d783149ca10c17c8ea 100644 (file)
@@ -101,6 +101,9 @@ E4: CMPL BX, BP             // i < n
 
 // func shlVW(z, x *Word, s Word, n int) (c Word)
 TEXT ·shlVW(SB),7,$0
+       NOP
+       JMP ·shlVW_g(SB)       // TODO(gri) remove once code below works
+
        MOVL z+0(FP), DI
        MOVL x+4(FP), SI
        MOVL s+8(FP), CX
@@ -126,6 +129,9 @@ E8: CMPL BX, BP             // i < n
 
 // func shrVW(z, x *Word, s Word, n int) (c Word)
 TEXT ·shrVW(SB),7,$0
+       NOP
+       JMP ·shrVW_g(SB)       // TODO(gri) remove once code below works
+
        MOVL z+0(FP), DI
        MOVL x+4(FP), SI
        MOVL s+8(FP), CX