Skip to content
Snippets Groups Projects
Commit f6252eff authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed typo.

parent f2126f90
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ def optimize_global(statements):
if len(following) == 2:
j, label = following
if j.is_command('s') and label.is_label(s[2]):
if j.is_command('j') and label.is_label(s[2]):
s[2] = label.name
statements.replace(3, [s, label])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment