engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.
This commit is contained in:
parent
bbb19418e6
commit
33987f2f45
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue