Update disassembler.pas
fix option to select a different arch
This commit is contained in:
parent
8759963984
commit
0c27e37943
@ -1753,7 +1753,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
if (processhandler.SystemArchitecture=archarm) or (architecture=darchARM) then
|
||||
if (architecture=darchARM) or ((processhandler.SystemArchitecture=archarm) and (architecture=darchAutoDetect) ) then //todo: look at the module info
|
||||
begin
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user