Commit cde7a533 authored by Jayke Meijer's avatar Jayke Meijer

Fixed typo.

parent b031248e
...@@ -178,7 +178,7 @@ class Statement: ...@@ -178,7 +178,7 @@ class Statement:
use.append(self[0]) use.append(self[0])
# Case arg1 direct adressing # Case arg1 direct adressing
if (self.is_branch() and not self.is_branch_zero()) or self.is_shift()\ if (self.is_branch() and not self.is_branch_zero()) or self.is_shift()\
or self.is_double_arithmetic() or self.is_double_unary() \ or self.is_double_aritmethic() or self.is_double_unary() \
or self.is_logical() or self.is_convert() \ or self.is_logical() or self.is_convert() \
or self.is_truncate() or self.is_set_if_less() \ or self.is_truncate() or self.is_set_if_less() \
or self.is_command(*instr): or self.is_command(*instr):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment