Commit 33987f2f authored by Andy Polyakov's avatar Andy Polyakov
Browse files

engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.

parent bbb19418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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