summaryrefslogtreecommitdiffstats
path: root/crypto/bn
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2019-11-15 10:52:03 +0100
committerPatrick Steuer <patrick.steuer@de.ibm.com>2019-11-17 13:52:02 +0100
commit97a986f78289fef71bf8778dc4763458e983750c (patch)
tree978a1391e73233fc487c2bbe293376019fd094c6 /crypto/bn
parent2555285fa5e4248ad4a5a0bc14ae4606443856c2 (diff)
s390x assembly pack: fix bn_mul_comba4
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10454)
Diffstat (limited to 'crypto/bn')
-rw-r--r--crypto/bn/asm/s390x.S2
1 files changed, 1 insertions, 1 deletions
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);