summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/mips-mont.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-10-13 13:14:52 +0200
committerAndy Polyakov <appro@openssl.org>2013-10-13 13:14:52 +0200
commit0c2adb0a9be76da8de9bbfd5377215f71711a52e (patch)
tree079fc9f6827f0e845071fbc7f064b85614e071a0 /crypto/bn/asm/mips-mont.pl
parentb4f0abd246340b90bb3fa2646814729f0e9d049e (diff)
MIPS assembly pack: get rid of deprecated instructions.
Latest MIPS ISA specification declared 'branch likely' instructions obsolete. To makes code future-proof replace them with equivalent.
Diffstat (limited to 'crypto/bn/asm/mips-mont.pl')
-rw-r--r--crypto/bn/asm/mips-mont.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/mips-mont.pl b/crypto/bn/asm/mips-mont.pl
index d968cd49ae..a33cdf4111 100644
--- a/crypto/bn/asm/mips-mont.pl
+++ b/crypto/bn/asm/mips-mont.pl
@@ -133,7 +133,7 @@ $code.=<<___;
bnez $at,1f
li $t0,0
slt $at,$num,17 # on in-order CPU
- bnezl $at,bn_mul_mont_internal
+ bnez $at,bn_mul_mont_internal
nop
1: jr $ra
li $a0,0