Add missing explicit instruction size.
authorBodo Möller <bodo@openssl.org>
Mon, 13 Dec 2010 20:47:26 +0000 (20:47 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 13 Dec 2010 20:47:26 +0000 (20:47 +0000)
[CVS head and later branches have this since revision 1.7 of this file.]

Submitted by: Chandler Carruth (Google)

crypto/rc4/asm/rc4-x86_64.pl

index 00c6fa28aaf9ed5f64f3b6afc0b36138a449b5da..53ce20ea92e57f934fd28558a57c6c8d3d8f1204 100755 (executable)
@@ -167,7 +167,7 @@ $code.=<<___;
        movzb   ($dat,$XX[0]),$TX[0]#d
        test    \$-8,$len
        jz      .Lcloop1
-       cmp     \$0,260($dat)
+       cmpl    \$0,260($dat)
        jnz     .Lcloop1
        push    %rbx
        jmp     .Lcloop8