diff options
Diffstat (limited to 'src/crypto/zinc/chacha20/chacha20-mips.S')
-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 */ |