bn/asm/mips.pl: hardwire local call to bn_div_words.
authorAndy Polyakov <appro@openssl.org>
Tue, 22 Jan 2013 20:13:37 +0000 (21:13 +0100)
committerAndy Polyakov <appro@openssl.org>
Tue, 22 Jan 2013 20:16:51 +0000 (21:16 +0100)
crypto/bn/asm/mips.pl

index c162a3ec2304aaa62a32bccf2c15c8071495fbfe..38b51645f067eb0d4a83d5d1277631eb575330ea 100644 (file)
@@ -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)