We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9600e55 commit 7c6fefaCopy full SHA for 7c6fefa
xdis/wordcode.py
@@ -68,7 +68,6 @@ def findlabels(code, opc):
68
elif op in opc.JABS_OPS:
69
jump_offset = arg2
70
else:
71
- print("XXX", offset, op)
72
continue
73
if jump_offset not in offsets:
74
offsets.append(jump_offset)
0 commit comments