bytes: lost edit from earlier CL

R=iant
CC=golang-dev
https://golang.org/cl/5450125
This commit is contained in:
Russ Cox 2011-12-07 15:30:01 -05:00
parent 9b875bc037
commit 1278c6c055
1 changed files with 1 additions and 1 deletions

View File

@ -94,13 +94,13 @@ TEXT ·Equal(SB),7,$0
MOVL len+8(FP), BX
MOVL len1+24(FP), CX
MOVL $0, AX
MOVL $1, DX
CMPL BX, CX
JNE eqret
MOVQ p+0(FP), SI
MOVQ q+16(FP), DI
CLD
REP; CMPSB
MOVL $1, DX
CMOVLEQ DX, AX
eqret:
MOVB AX, ret+32(FP)