From: Niels Möller Date: Tue, 14 May 2002 23:02:04 +0000 (+0200) Subject: (aes_encrypt): Use test instead of cmpl $0,. X-Git-Tag: nettle_1.6_release_20021003~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e06279ec72e897d57b31968473d04bd697d4b3d;p=thirdparty%2Fnettle.git (aes_encrypt): Use test instead of cmpl $0,. Rev: src/nettle/x86/aes-encrypt.asm:1.13 --- diff --git a/x86/aes-encrypt.asm b/x86/aes-encrypt.asm index 3570092a..34f21b3b 100644 --- a/x86/aes-encrypt.asm +++ b/x86/aes-encrypt.asm @@ -50,7 +50,7 @@ aes_encrypt: C src = 32(%esp) movl 24(%esp), %ebp - cmpl $0, %ebp + testl %ebp,%ebp jz .Lencrypt_end .Lencrypt_block_loop: