summaryrefslogtreecommitdiff
path: root/cipher/rijndael-amd64.S
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rijndael-amd64.S')
-rw-r--r--cipher/rijndael-amd64.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/rijndael-amd64.S b/cipher/rijndael-amd64.S
index 16a1ffd9..90e804b1 100644
--- a/cipher/rijndael-amd64.S
+++ b/cipher/rijndael-amd64.S
@@ -212,6 +212,7 @@ _gcry_aes_amd64_encrypt_block:
movq (2 * 8)(%rsp), %rbp;
addq $(5 * 8), %rsp;
+ movl $(6 * 8), %eax;
ret;
.align 4
@@ -334,6 +335,7 @@ _gcry_aes_amd64_decrypt_block:
movq (2 * 8)(%rsp), %rbp;
addq $(5 * 8), %rsp;
+ movl $(6 * 8), %eax;
ret;
.align 4