summaryrefslogtreecommitdiffstats
path: root/crypto/bn
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:02:18 +0100
commite5eab8a19988b03d63802d2d79779cff15f607c7 (patch)
tree38c0c9a8c1dbcf35fb2f8551a3e9eee297f43214 /crypto/bn
parent7bab6eb6f0913ea6aa2f6c6a58368f212c8750d1 (diff)
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/bn')
-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.=<<___;