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_1_1_1e~139 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62c20887be277df27b287451615c90515784a02b;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) (cherry picked from commit 97a986f78289fef71bf8778dc4763458e983750c) --- diff --git a/crypto/bn/asm/s390x.S b/crypto/bn/asm/s390x.S index 292a7a9998..b666c41a88 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);