FPDebugger: Fix line state machine, inc counter for EndSequence

git-svn-id: trunk@57778 -
This commit is contained in:
martin 2018-05-03 18:28:09 +00:00
parent efdc34d3e6
commit 196ed8504a

View File

@ -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