summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pkg/big/arith_386.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pkg/big/arith_386.s b/src/pkg/big/arith_386.s
index 2887ccc3e..4ccf217ed 100644
--- a/src/pkg/big/arith_386.s
+++ b/src/pkg/big/arith_386.s
@@ -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