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_2-beta1~447 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b17ffba915aff8072ba9d045fb33b0d5c9d08856;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 3b58fef9d7..41c1e1fcec 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)