Remove JA. Use standard JUMP_ABSOLUTE instead

This commit is contained in:
rocky
2016-07-10 08:21:17 -04:00
parent af62286357
commit 44dba42a40
4 changed files with 19 additions and 19 deletions

View File

@@ -63,7 +63,7 @@ class Scanner26(scan.Scanner2):
self.opc.STORE_GLOBAL, self.opc.STORE_DEREF, self.opc.STORE_ATTR,
self.opc.STORE_SLICE_0, self.opc.STORE_SLICE_1, self.opc.STORE_SLICE_2,
self.opc.STORE_SLICE_3, self.opc.STORE_SUBSCR, self.opc.UNPACK_SEQUENCE,
self.opc.JA
self.opc.JUMP_ABSOLUTE
])
# Python 2.7 has POP_JUMP_IF_{TRUE,FALSE}_OR_POP but < 2.7 doesn't