One more change to revert

This commit is contained in:
rocky
2018-02-04 17:02:58 -05:00
parent a8051f049f
commit 50e9a9102b

View File

@@ -615,8 +615,7 @@ class Scanner2(Scanner):
elif self.code[test_op_offset] in self.opc.JUMP_OPs: elif self.code[test_op_offset] in self.opc.JUMP_OPs:
test_target = self.get_target(test_op_offset) test_target = self.get_target(test_op_offset)
if self.version < 2.7: self.ignore_if.add(test_op_offset)
self.ignore_if.add(test_op_offset)
if test_target > (jump_back_offset+3): if test_target > (jump_back_offset+3):
jump_back_offset = test_target jump_back_offset = test_target