Skip to content

Commit

Permalink
Remove .noat
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Sep 15, 2020
1 parent fb0f6b1 commit 070fe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion term/term.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def run_F(addr, file_name):
try:
asm += ".word {:#x}\n".format(int(line, 16))
except ValueError:
instr = multi_line_asm(".set noat\n" + line)
instr = multi_line_asm(line)
if instr == '':
continue
asm += line + "\n"
Expand Down

0 comments on commit 070fe20

Please sign in to comment.