mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 21:27:42 +01:00
FpDebugger (pure): Select the right 32/64-bit assembler when cross-debugging
git-svn-id: trunk@45833 -
This commit is contained in:
parent
daf9f126f0
commit
3dd28b3d12
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user