summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-12-03 23:59:55 +0100
committerAndy Polyakov <appro@openssl.org>2013-12-04 00:03:46 +0100
commitaccb3007ace4a1c86a602b17fca557c0ad0f0fc5 (patch)
tree349748a8efb464b6e33a55a6c9808f6d1379f8fd /crypto
parentb13dff614136de522794d94214019d4ea0e939b1 (diff)
downloadopenssl-new-accb3007ace4a1c86a602b17fca557c0ad0f0fc5.tar.gz
bn/asm/x86_64-mont5.pl: comply with Win64 ABI.
PR: 3189 Submitted by: Oscar Ciurana (cherry picked from commit c5d5f5bd0fe8b2313bec844c0f80f3d49562bfa8)
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/bn/asm/x86_64-mont5.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/asm/x86_64-mont5.pl b/crypto/bn/asm/x86_64-mont5.pl
index 8f8dc5a597..dae0fe2453 100755
--- a/crypto/bn/asm/x86_64-mont5.pl
+++ b/crypto/bn/asm/x86_64-mont5.pl
@@ -901,8 +901,8 @@ $code.=<<___;
jnz .Lgather
___
$code.=<<___ if ($win64);
- movaps %xmm6,(%rsp)
- movaps %xmm7,0x10(%rsp)
+ movaps (%rsp),%xmm6
+ movaps 0x10(%rsp),%xmm7
lea 0x28(%rsp),%rsp
___
$code.=<<___;