Debugger: Fixed "Show Effective Addresses" option always being on
This commit is contained in:
parent
07bd6a1b06
commit
834773079c
1 changed files with 3 additions and 1 deletions
|
@ -512,7 +512,9 @@ string Disassembler::GetCode(AddressTypeInfo &addressInfo, uint32_t endAddr, uin
|
|||
byteCode.clear();
|
||||
code.clear();
|
||||
effAddress.clear();
|
||||
info->GetEffectiveAddressString(effAddress, cpuState, memoryManager.get(), labelManager.get());
|
||||
if(showEffectiveAddresses) {
|
||||
info->GetEffectiveAddressString(effAddress, cpuState, memoryManager.get(), labelManager.get());
|
||||
}
|
||||
info->ToString(code, memoryAddr, memoryManager.get(), labelManager.get());
|
||||
info->GetByteCode(byteCode);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue