FpDebug: More fixes to compile for Mac

git-svn-id: trunk@62009 -
This commit is contained in:
martin 2019-10-08 22:50:23 +00:00
parent a30fafcc1f
commit 8b2fa08f3c

View File

@ -428,9 +428,9 @@ begin
exit; exit;
if Process.Mode=dm32 then if Process.Mode=dm32 then
result := UpdateWatches32 UpdateWatches32
else else
result := UpdateWatches64; UpdateWatches64;
FDebugStateChanged:=true; FDebugStateChanged:=true;
end; end;