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: master-pre-reformat~1417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=543fd85460e5ac66718c8a3d47300f82800af3de;p=openssl 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)