From eedab5241e32f9f185cfee23a0c67264d3e3ecf2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 9 Jan 2014 13:44:59 +0100 Subject: [PATCH] bn/asm/x86_64-mont5.pl: fix compilation error on Solaris. --- crypto/bn/asm/x86_64-mont5.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1