From: Andy Polyakov Date: Thu, 9 Jan 2014 12:44:59 +0000 (+0100) Subject: bn/asm/x86_64-mont5.pl: fix compilation error on Solaris. X-Git-Tag: master-post-reformat~1017 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=eedab5241e32f9f185cfee23a0c67264d3e3ecf2 bn/asm/x86_64-mont5.pl: fix compilation error on Solaris. --- diff --git a/crypto/bn/asm/x86_64-mont5.pl b/crypto/bn/asm/x86_64-mont5.pl index 265ee7d13a..c107df95f5 100755 --- a/crypto/bn/asm/x86_64-mont5.pl +++ b/crypto/bn/asm/x86_64-mont5.pl @@ -1001,7 +1001,7 @@ $code.=<<___; call __bn_sqr8x_internal call __bn_sqr8x_internal - mov %xmm2,$nptr + movq %xmm2,$nptr movq %xmm4,$bptr mov $aptr,$rptr mov 40(%rsp),%rax