mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 01:18:30 +02:00
* when the end of a sequence is reached, first_row has to be set for proper address checking, resolves #10856
git-svn-id: trunk@11063 -
This commit is contained in:
parent
e4124cd070
commit
29ba36e70b
@ -664,6 +664,7 @@ begin
|
||||
state.append_row := false;
|
||||
if (state.end_sequence) then begin
|
||||
InitStateRegisters(state, header64.default_is_stmt);
|
||||
first_row := true;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user