Remove some of the 3.0 3.x instruction hackiness

This commit is contained in:
rocky
2018-06-24 18:23:38 -04:00
parent 93e889e82a
commit c6b3e20b47
2 changed files with 6 additions and 2 deletions

View File

@@ -663,7 +663,9 @@ class Scanner3(Scanner):
if not jump_back:
return
jump_back += 2 # FIXME ???
jb_inst = self.get_inst(jump_back)
jump_back = self.next_offset(jb_inst.opcode, jump_back)
if_offset = None
if code[self.prev_op[next_line_byte]] not in self.pop_jump_tf:
if_offset = self.prev[next_line_byte]