From: Robert Griesemer Date: Fri, 7 May 2010 02:16:26 +0000 (-0700) Subject: fix build (typo in arith_386.s) X-Git-Tag: weekly.2010-05-27~104 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6d7583d5fd592b00461cd577eb50a30fd2ac8e76;p=gostls13.git fix build (typo in arith_386.s) R=rsc CC=golang-dev https://golang.org/cl/1139042 --- diff --git a/src/pkg/big/arith_386.s b/src/pkg/big/arith_386.s index 09904594c7..7049906cca 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)