From 5537a83e56620ab05724a91b52ef8eb1ac0cbf6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 13 Dec 2010 20:47:26 +0000 Subject: [PATCH] Add missing explicit instruction size. [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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0