summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-19 06:31:27 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-19 06:31:27 +0000
commit2bfb23f102361232064e7186c5a5fd9be96dacdd (patch)
tree6b0ac9ce6c073e1839b8caedb5161a9157896e55 /crypto/bn
parentcf199fec52be90f5ad0b5ada0984c21ae61f8e86 (diff)
modexp512-x86_64.pl: make it work with ml64 [from HEAD].
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/asm/modexp512-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/modexp512-x86_64.pl b/crypto/bn/asm/modexp512-x86_64.pl
index 2788fc5bd9..06290ca009 100644
--- a/crypto/bn/asm/modexp512-x86_64.pl
+++ b/crypto/bn/asm/modexp512-x86_64.pl
@@ -1117,7 +1117,7 @@ mod_exp_512:
# adjust stack down and then align it with cache boundary
mov %rsp, %r8
sub \$($mem_size), %rsp
- and \$~63, %rsp
+ and \$-64, %rsp
# store previous stack pointer and arguments
mov %r8, (+$rsp_offset)(%rsp)