From 97a986f78289fef71bf8778dc4763458e983750c Mon Sep 17 00:00:00 2001 From: Patrick Steuer Date: Fri, 15 Nov 2019 10:52:03 +0100 Subject: s390x assembly pack: fix bn_mul_comba4 Signed-off-by: Patrick Steuer Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/10454) --- crypto/bn/asm/s390x.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bn/asm') diff --git a/crypto/bn/asm/s390x.S b/crypto/bn/asm/s390x.S index d369a8c4bf..65a0898739 100644 --- a/crypto/bn/asm/s390x.S +++ b/crypto/bn/asm/s390x.S @@ -511,7 +511,7 @@ bn_mul_comba4: lghi zero,0 mul_add_c(0,0,c1,c2,c3); - stg c1,0*8(%r3) + stg c1,0*8(%r2) lghi c1,0 mul_add_c(0,1,c2,c3,c1); -- cgit v1.2.3