diff --git a/pwndbg/disasm/arch.py b/pwndbg/disasm/arch.py index 3fa4a9782..e4e65d5f0 100644 --- a/pwndbg/disasm/arch.py +++ b/pwndbg/disasm/arch.py @@ -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