summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-19 06:30:32 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-19 06:30:32 +0000
commit6c01cbb6a0a2a2fe9a11320ac3578654d8c03cde (patch)
tree13d1cb76106de1c3f842245fd93f1fd0f7bdc0fd /crypto/bn
parentc20de0386a33c3679367bf45b17b28584976739b (diff)
modexp512-x86_64.pl: make it work with ml64.
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)