From: Andy Polyakov Date: Tue, 22 Jan 2013 20:13:37 +0000 (+0100) Subject: bn/asm/mips.pl: hardwire local call to bn_div_words. X-Git-Tag: OpenSSL_1_0_1d~29 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a2df2e9f2b1bcd51a4e2f5964da51463fb86f08;p=oweals%2Fopenssl.git bn/asm/mips.pl: hardwire local call to bn_div_words. --- diff --git a/crypto/bn/asm/mips.pl b/crypto/bn/asm/mips.pl index c162a3ec23..38b51645f0 100644 --- a/crypto/bn/asm/mips.pl +++ b/crypto/bn/asm/mips.pl @@ -819,7 +819,7 @@ ___ $code.=<<___; .set reorder move $ta3,$ra - bal bn_div_words + bal bn_div_words_internal move $ra,$ta3 $MULTU $ta2,$v0 $LD $t2,-2*$BNSZ($a3)