diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-06-19 02:46:32 +0200 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-06-19 02:46:32 +0200 |
commit | fcc82a72700b56d091048e1a39fcb7f47403001f (patch) | |
tree | 3a73aa340a5298a5ff8f9ddc3b9e94e7d102c317 | |
parent | 91d1a3561a762b24ed538f5b06841f07c9eec511 (diff) | |
download | txr-fcc82a72700b56d091048e1a39fcb7f47403001f.tar.gz txr-fcc82a72700b56d091048e1a39fcb7f47403001f.tar.bz2 txr-fcc82a72700b56d091048e1a39fcb7f47403001f.zip |
MIPS: add missing pseudo-op.
* jmp.S: Add missing .set noreoder: now everything compiles
and tests pass.
-rw-r--r-- | jmp.S | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -331,6 +331,8 @@ DEFUN(jmp_restore) #elif _MIPS_SZPTR == 32 + .set noreorder + DEFUN(jmp_save) sw $16, 0($4) sw $17, 4($4) |