FpDebugger (pure): Select the right 32/64-bit assembler when cross-debugging

git-svn-id: trunk@45833 -
This commit is contained in:
joost 2014-07-11 19:58:35 +00:00
parent daf9f126f0
commit 3dd28b3d12

View File

@ -160,7 +160,7 @@ begin
end;
p := @CodeBin;
Disassemble(p, GMode=dm64, CodeBytes, Code);
Disassemble(p, GController.CurrentProcess.Mode=dm64, CodeBytes, Code);
WriteLN(' ', CodeBytes:20, ' ', Code);
Inc(a, PtrUInt(p) - PtrUInt(@CodeBin));