mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 01:20:17 +02:00
LazDebuggerFp (pure): Fixed compilation after r44741 #a52defb4e1
git-svn-id: trunk@44742 -
This commit is contained in:
parent
a52defb4e1
commit
ad9ca5afa5
@ -166,7 +166,7 @@ begin
|
||||
Raise Exception.Create('Breakpoints of this kind are not suported.');
|
||||
end;
|
||||
if not assigned(FInternalBreakpoint) then
|
||||
FValid:=vsInvalid;
|
||||
FValid:=vsInvalid
|
||||
else
|
||||
FValid:=vsValid;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user