You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Better assembly formatting of jump instructions
This commit is contained in:
@@ -284,10 +284,12 @@ class Scanner26(scan.Scanner2):
|
||||
|
||||
if offset not in replace:
|
||||
tokens.append(Token(
|
||||
op_name, oparg, pattr, offset, linestart, op, has_arg))
|
||||
op_name, oparg, pattr, offset, linestart, op,
|
||||
has_arg, self.opc))
|
||||
else:
|
||||
tokens.append(Token(
|
||||
replace[offset], oparg, pattr, offset, linestart, op, has_arg))
|
||||
replace[offset], oparg, pattr, offset, linestart, op,
|
||||
has_arg, self.opc))
|
||||
pass
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user