This commit is contained in:
Martin 2024-01-14 17:47:36 +01:00
parent a8c78c1862
commit 60d2e5540e

View File

@ -386,7 +386,7 @@ type
{ TFpDbgMemModel }
// Here Location is the fpdebug representation of an address
// and Ref is the target representation of an address
// and Address is the target (pointer-only) representation of an address
TFpDbgMemModel = class
function UpdateLocationToCodeAddress(const ALocation: TFpDbgMemLocation): TFpDbgMemLocation; virtual;
function LocationToAddress(const ALocation: TFpDbgMemLocation): TDBGPtr; virtual;