From a7cfa5717c91b7c144cb2ec3aecc5cda9509a355 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 19 Jun 2020 02:46:32 +0200 Subject: MIPS: add missing pseudo-op. * jmp.S: Add missing .set noreoder: now everything compiles and tests pass. --- jmp.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jmp.S b/jmp.S index 80841e63..6dfc30ae 100644 --- a/jmp.S +++ b/jmp.S @@ -331,6 +331,8 @@ DEFUN(jmp_restore) #elif _MIPS_SZPTR == 32 + .set noreorder + DEFUN(jmp_save) sw $16, 0($4) sw $17, 4($4) -- cgit v1.2.3