bn/asm/mips.pl: fix typos [from HEAD].
This commit is contained in:
parent
2c7d978c2d
commit
62f685a9cd
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ ___
|
|||
$code.=<<___;
|
||||
jr $ra
|
||||
move $a0,$v0
|
||||
.end bn_mul_add_words
|
||||
.end bn_mul_add_words_internal
|
||||
|
||||
.align 5
|
||||
.globl bn_mul_words
|
||||
|
@ -778,7 +778,7 @@ ___
|
|||
$code.=<<___;
|
||||
jr $ra
|
||||
move $a0,$v0
|
||||
.end bn_sub_words
|
||||
.end bn_sub_words_internal
|
||||
|
||||
.align 5
|
||||
.globl bn_div_3_words
|
||||
|
|
Loading…
Reference in a new issue