From 29ba36e70b6b754f365e87f62d97acf24aaed99a Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 23 May 2008 21:12:03 +0000 Subject: [PATCH] * 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 - --- rtl/inc/lnfodwrf.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/rtl/inc/lnfodwrf.pp b/rtl/inc/lnfodwrf.pp index 437a5de7c4..a21861e719 100644 --- a/rtl/inc/lnfodwrf.pp +++ b/rtl/inc/lnfodwrf.pp @@ -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;