From: Bodo Möller Date: Mon, 13 Dec 2010 20:47:26 +0000 (+0000) Subject: Add missing explicit instruction size. X-Git-Tag: OpenSSL_0_9_8r~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5537a83e56620ab05724a91b52ef8eb1ac0cbf6a;p=oweals%2Fopenssl.git Add missing explicit instruction size. [CVS head and later branches have this since revision 1.7 of this file.] Submitted by: Chandler Carruth (Google) --- diff --git a/crypto/rc4/asm/rc4-x86_64.pl b/crypto/rc4/asm/rc4-x86_64.pl index 00c6fa28aa..53ce20ea92 100755 --- a/crypto/rc4/asm/rc4-x86_64.pl +++ b/crypto/rc4/asm/rc4-x86_64.pl @@ -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