mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 20:40:56 +02:00
FPDebugger: Fix line state machine, inc counter for EndSequence
git-svn-id: trunk@57778 -
This commit is contained in:
parent
efdc34d3e6
commit
196ed8504a
@ -3198,6 +3198,7 @@ begin
|
||||
DW_LNE_end_sequence: begin
|
||||
FEndSequence := True;
|
||||
Result := True;
|
||||
Inc(pbyte(FLineInfoPtr), instrlen);
|
||||
Exit;
|
||||
end;
|
||||
DW_LNE_set_address: begin
|
||||
|
Loading…
Reference in New Issue
Block a user