FpDebug: fix compile on Mac

git-svn-id: trunk@62771 -
This commit is contained in:
martin 2020-03-17 12:42:13 +00:00
parent f867f60b13
commit 57dc078ec5

View File

@ -718,8 +718,8 @@ end;
class function TDbgDarwinProcess.isSupported(ATargetInfo: TTargetDescriptor
): boolean;
begin
result := (target.OS = osDarwin) and
(target.machineType = mtX86_64);
result := (ATargetInfo.OS = osDarwin) and
(ATargetInfo.machineType = mtX86_64);
end;
function TDbgDarwinProcess.ReadData(const AAdress: TDbgPtr;