From 33987f2f45eef943ff5bdfb701b921ca149a83c8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 6 Sep 2011 22:53:34 +0000 Subject: [PATCH] engines/asm/e_padlock-x86_64.pl: name it right and fix small bug. --- engines/asm/{e_padlock-x86_86.pl => e_padlock-x86_64.pl} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename engines/asm/{e_padlock-x86_86.pl => e_padlock-x86_64.pl} (99%) diff --git a/engines/asm/e_padlock-x86_86.pl b/engines/asm/e_padlock-x86_64.pl similarity index 99% rename from engines/asm/e_padlock-x86_86.pl rename to engines/asm/e_padlock-x86_64.pl index 56cabc0f15..f1c040e7f3 100644 --- a/engines/asm/e_padlock-x86_86.pl +++ b/engines/asm/e_padlock-x86_64.pl @@ -206,7 +206,7 @@ padlock_${mode}_encrypt: lea 16($ctx),$ctx # control word xor %eax,%eax xor %ebx,%ebx - test \$`1<<5`,($ctx) # align bit in control word + testl \$`1<<5`,($ctx) # align bit in control word test \$0x0f,$out setz %al # !out_misaligned test \$0x0f,$inp -- 2.40.0