summaryrefslogtreecommitdiffstats
path: root/crypto/bn
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:16:02 +0100
commitb17ffba915aff8072ba9d045fb33b0d5c9d08856 (patch)
tree04c76f9f1528b5936b9a0f590bd8c2079d164881 /crypto/bn
parent3619e34f50e3f0b49c464aebebffabe774205c7b (diff)
bn/asm/mips.pl: hardwire local call to bn_div_words.
Diffstat (limited to 'crypto/bn')
-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)