mirror of
https://github.com/golang/go
synced 2024-11-24 20:40:23 -07:00
fix build (typo in arith_386.s)
R=rsc CC=golang-dev https://golang.org/cl/1139042
This commit is contained in:
parent
3f287b5002
commit
6d7583d5fd
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user