arch.py: remove unused instruction (#800)

pull/801/head
Disconnect3d 6 years ago committed by GitHub
parent 21319d31ab
commit 9c60b62473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -199,8 +199,6 @@ class DisassemblyAssistant(object):
operand.symbol:
Resolved symbol name for this operand.
"""
current = (instruction.address == pwndbg.regs.pc)
for i, op in enumerate(instruction.operands):
op.int = None
op.symbol = None

Loading…
Cancel
Save