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:02 +0000 (21:16 +0100)
crypto/bn/asm/mips.pl

index 3b58fef9d7bdbf300852ccdd99e1c0c3ea905b52..41c1e1fcec117344014478746af68f2e5c8ef628 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)