diff options
author | René van Dorst <opensource@vdorst.com> | 2018-09-19 20:02:49 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-21 16:05:22 +0200 |
commit | 5a529d60ad7105b8ee8cc31996fe6cb4aecfc60e (patch) | |
tree | 59b29cf8401f436aad5f81d614368cc9f2ba9461 /src | |
parent | eb7942380a4cc4d772a8c9e57974918480868336 (diff) |
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>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/crypto/zinc/chacha20/chacha20-mips.S | 2 |
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 */ |