From: Patrick Steuer Date: Fri, 15 Nov 2019 09:52:03 +0000 (+0100) Subject: s390x assembly pack: fix bn_mul_comba4 X-Git-Tag: openssl-3.0.0-alpha1~939 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=97a986f78289fef71bf8778dc4763458e983750c;p=oweals%2Fopenssl.git 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) --- 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);