From d6b84ed3d53cf458a111d97c981bf323fb041e54 Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Thu, 6 May 2010 19:16:26 -0700 Subject: fix build (typo in arith_386.s) R=rsc CC=golang-dev http://codereview.appspot.com/1139042 --- src/pkg/big/arith_386.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3