s390x.S: fix typo in bn_mul_words.
PR: 2380
This commit is contained in:
parent
ec44f0ebfa
commit
dd128715a2
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ bn_mul_words:
|
|||
brct %r4,.Loop4_mul
|
||||
|
||||
la %r10,1(%r10) // see if len%4 is zero ...
|
||||
brct %r10,.Loop1_madd // without touching condition code:-)
|
||||
brct %r10,.Loop1_mul // without touching condition code:-)
|
||||
|
||||
.Lend_mul:
|
||||
alcgr %r8,zero // collect carry bit
|
||||
|
|
Loading…
Reference in a new issue