瀏覽代碼

Fixed typo.

Jayke Meijer 14 年之前
父節點
當前提交
cde7a53311
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/statement.py

+ 1 - 1
src/statement.py

@@ -178,7 +178,7 @@ class Statement:
                 use.append(self[0])
         # Case arg1 direct adressing
         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_truncate() or self.is_set_if_less() \
                 or self.is_command(*instr):