mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 14:39:24 +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;
|
||||
|
||||
if Process.Mode=dm32 then
|
||||
result := UpdateWatches32
|
||||
UpdateWatches32
|
||||
else
|
||||
result := UpdateWatches64;
|
||||
UpdateWatches64;
|
||||
FDebugStateChanged:=true;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user