From 3b2253379fa1f90f0a8c3e4466054a2d6c6fe5b6 Mon Sep 17 00:00:00 2001 From: René van Dorst Date: Wed, 19 Sep 2018 20:02:49 +0200 Subject: chacha20-mips32r2: fix typo to allow reorder again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported-by: Paul Burton Signed-off-by: René van Dorst --- src/crypto/zinc/chacha20/chacha20-mips.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/zinc/chacha20/chacha20-mips.S') 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 */ -- cgit v1.2.3-59-g8ed1b