diff options
Diffstat (limited to 'deps/openssl/asm/x86-win32-masm/aes/aes-586.asm')
-rw-r--r-- | deps/openssl/asm/x86-win32-masm/aes/aes-586.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/openssl/asm/x86-win32-masm/aes/aes-586.asm b/deps/openssl/asm/x86-win32-masm/aes/aes-586.asm index e4ac96e64..5e53b1c2f 100644 --- a/deps/openssl/asm/x86-win32-masm/aes/aes-586.asm +++ b/deps/openssl/asm/x86-win32-masm/aes/aes-586.asm @@ -2241,6 +2241,8 @@ $L014picked_te: jb $L015slow_way test ecx,15 jnz $L015slow_way + bt DWORD PTR [eax],28 + jc $L015slow_way lea esi,DWORD PTR [esp-324] and esi,-64 mov eax,ebp |