mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-27 14:50:24 +00:00
Fix typo in CPUMultiDump.cpp
This commit is contained in:
parent
0f54d5ebcd
commit
a2594cf1f9
@ -254,7 +254,7 @@ void CPUMultiDump::showDisassemblyTabSlot(duint selectionStart, duint selectionE
|
||||
mExtraDisassembly->disassembleAtSlot(selectionStart, Bridge::getBridge()->mLastCip);
|
||||
if(clearHistory)
|
||||
mExtraDisassembly->historyClear();
|
||||
// Make the address visisble in memory
|
||||
// Make the address visible in memory
|
||||
mExtraDisassembly->disassembleAt(selectionStart, true, -1);
|
||||
// Set selection to match the dump
|
||||
mExtraDisassembly->setSingleSelection(selectionStart - mExtraDisassembly->getBase());
|
||||
|
Loading…
Reference in New Issue
Block a user