summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-01-22 21:13:37 +0100
committerAndy Polyakov <appro@openssl.org>2013-01-22 21:13:37 +0100
commit543fd85460e5ac66718c8a3d47300f82800af3de (patch)
treefa1d8b153d96dd12d0628e72eeb295efce24e52b /crypto/bn/asm/mips.pl
parent1598af9ac955625ad620bd86d07d55a9dbf6d6b8 (diff)
bn/asm/mips.pl: hardwire local call to bn_div_words.
Diffstat (limited to 'crypto/bn/asm/mips.pl')
-rw-r--r--crypto/bn/asm/mips.pl2
1 files changed, 1 insertions, 1 deletions
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)