openssl: Omit local indentation diff in mips bignum assembly.

Cute as it is to write the an instruction in a delay slot with an
extra space, it's not really useful to keep this around as a local
change since the substantive change was applied upstream years ago.
This commit is contained in:
riastradh 2023-03-29 10:29:09 +00:00
parent 64606f3c6f
commit 0a26078547
2 changed files with 2 additions and 2 deletions

View File

@ -817,7 +817,7 @@ bn_div_3_words:
$LD $a0,($a3)
move $ta2,$a1
bne $a0,$a2,bn_div_3_words_internal
$LD $a1,-$BNSZ($a3)
$LD $a1,-$BNSZ($a3)
li $v0,-1
jr $ra
move $a0,$v0

View File

@ -589,7 +589,7 @@ bn_div_3_words:
lw $4,($7)
move $10,$5
bne $4,$6,bn_div_3_words_internal
lw $5,-4($7)
lw $5,-4($7)
li $2,-1
jr $31
move $4,$2