summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pkg/big/arith_386.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/big/arith_386.s b/src/pkg/big/arith_386.s
index 09904594c..7049906cc 100644
--- a/src/pkg/big/arith_386.s
+++ b/src/pkg/big/arith_386.s
@@ -136,7 +136,7 @@ X8b: MOVL $0, c+16(FP)
// func shrVW(z, x *Word, s Word, n int) (c Word)
TEXT ·shrVW(SB),7,$0
- MOVL n+24(FP), BP
+ MOVL n+12(FP), BP
SUBL $1, BP // n--
JL X9b // n < 0 (n <= 0)