aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRené van Dorst <opensource@vdorst.com>2018-09-19 20:02:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-09-21 16:05:22 +0200
commit3b2253379fa1f90f0a8c3e4466054a2d6c6fe5b6 (patch)
treea5aff5947ec07a265e0baa28152cb73b35637bbf
parentpoly1305-mips32r2: remove all reorder directives (diff)
downloadwireguard-monolithic-historical-3b2253379fa1f90f0a8c3e4466054a2d6c6fe5b6.tar.xz
wireguard-monolithic-historical-3b2253379fa1f90f0a8c3e4466054a2d6c6fe5b6.zip
chacha20-mips32r2: fix typo to allow reorder again
Reported-by: Paul Burton <paul.burton@mips.com> Signed-off-by: René van Dorst <opensource@vdorst.com>
-rw-r--r--src/crypto/zinc/chacha20/chacha20-mips.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/zinc/chacha20/chacha20-mips.S b/src/crypto/zinc/chacha20/chacha20-mips.S
index 2ff4e55..4b8c4e6 100644
--- a/src/crypto/zinc/chacha20/chacha20-mips.S
+++ b/src/crypto/zinc/chacha20/chacha20-mips.S
@@ -335,7 +335,7 @@ chacha20_mips:
bne $at, BYTES, .Lchacha20_mips_xor_bytes
/* Empty delayslot, Increase NONCE_0, return NONCE_0 value */
addiu NONCE_0, 1
- .set noreorder
+ .set reorder
.Lchacha20_mips_xor_done:
/* Restore used registers */