Fix typo in CPUMultiDump.cpp

This commit is contained in:
Habip Akyol 2023-10-31 13:30:37 +03:00 committed by GitHub
parent 0f54d5ebcd
commit a2594cf1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());