You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Little modification in Scanner26
This commit is contained in:
@@ -322,9 +322,7 @@ class Scanner:
|
|||||||
toDel += [target, target-3]
|
toDel += [target, target-3]
|
||||||
# update PJIF
|
# update PJIF
|
||||||
target = self.get_target(target-3)
|
target = self.get_target(target-3)
|
||||||
if target > 0xFFFF:
|
self.restructJump(start, target)
|
||||||
raise 'TODO'
|
|
||||||
self.restructJump(start, i)
|
|
||||||
start += self.op_size(PJIF)
|
start += self.op_size(PJIF)
|
||||||
# del DELETE_NAME x
|
# del DELETE_NAME x
|
||||||
start = end
|
start = end
|
||||||
|
Reference in New Issue
Block a user