Commit 6d7583d5 authored by Robert Griesemer's avatar Robert Griesemer

fix build (typo in arith_386.s)

R=rsc
CC=golang-dev
https://golang.org/cl/1139042
parent 3f287b50
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment