diff options
Diffstat (limited to 'gas/config/tc-mmix.h')
-rw-r--r-- | gas/config/tc-mmix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-mmix.h b/gas/config/tc-mmix.h index 2d8e226..bd597db 100644 --- a/gas/config/tc-mmix.h +++ b/gas/config/tc-mmix.h @@ -229,4 +229,4 @@ extern void mmix_md_do_align (int, char *, int, int); /* MMIX has global register symbols. */ #define TC_GLOBAL_REGISTER_SYMBOL_OK -#define md_single_noop_insn "set $0, $0" +#define md_single_noop_insn "swym 0" |