* fix possible use of invalid tai after an ait_cutobject

git-svn-id: trunk@4482 -
This commit is contained in:
peter 2006-08-20 20:25:06 +00:00
parent 2228ec7fb0
commit f668e4f012

View File

@ -744,7 +744,7 @@ interface
hp:=tai(hp.next);
end;
if lasTSectype<>sec_none then
WriteSection(tai_section(hp).sectype,tai_section(hp).name^);
WriteSection(lasTSectype,'');
AsmStartSize:=AsmSize;
end;