diff --git a/[refs] b/[refs] index b20d2bd81750..2d98cdff2fd5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d5dc392742a9818e2766a63f3533980543e18060 +refs/heads/master: 744b5a28109e6a107c24a1426ee22f92b17995e9 diff --git a/trunk/arch/x86/crypto/aes-i586-asm_32.S b/trunk/arch/x86/crypto/aes-i586-asm_32.S index 1093bede3e0a..e41b147f4509 100644 --- a/trunk/arch/x86/crypto/aes-i586-asm_32.S +++ b/trunk/arch/x86/crypto/aes-i586-asm_32.S @@ -289,7 +289,6 @@ aes_enc_blk: pop %ebx mov %r0,(%ebp) pop %ebp - mov $1,%eax ret // AES (Rijndael) Decryption Subroutine @@ -365,6 +364,4 @@ aes_dec_blk: pop %ebx mov %r0,(%ebp) pop %ebp - mov $1,%eax ret -