1
0
mirror of https://github.com/golang/go synced 2024-10-03 06:21:21 -06:00

fix build (typo in arith_386.s)

R=rsc
CC=golang-dev
https://golang.org/cl/1139042
This commit is contained in:
Robert Griesemer 2010-05-06 19:16:26 -07:00
parent 3f287b5002
commit 6d7583d5fd

View File

@ -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)