summaryrefslogtreecommitdiffstats
path: root/crypto
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:51 +0100
commit2a2df2e9f2b1bcd51a4e2f5964da51463fb86f08 (patch)
tree34e79d2c95d5419c37db4a9c5142119ce9bb2e0d /crypto
parent15481c5e42d7cf47c829bc2cd5a7c3a69781c26a (diff)
bn/asm/mips.pl: hardwire local call to bn_div_words.
Diffstat (limited to 'crypto')
-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 c162a3ec23..38b51645f0 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)