mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 21:20:46 +02:00
FpDebug: More fixes to compile for Mac
git-svn-id: trunk@62009 -
This commit is contained in:
parent
a30fafcc1f
commit
8b2fa08f3c
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user