mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
FpDebug fixed calculation of addresses, got broken in commit 5ff2a7d17c
This commit is contained in:
parent
c96a14fd0d
commit
2a51f03e2b
@ -4949,7 +4949,7 @@ end;
|
||||
|
||||
function TDwarfCompilationUnit.CalculateRelocatedAddress(AValue: QWord): QWord;
|
||||
begin
|
||||
Result := Result + FOwner.ImageBase;
|
||||
Result := AValue + FOwner.ImageBase;
|
||||
end;
|
||||
|
||||
function TDwarfCompilationUnit.GetProcStartEnd(const AAddress: TDBGPtr; out
|
||||
|
Loading…
Reference in New Issue
Block a user