mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 23:09:32 +01:00
* fix possible use of invalid tai after an ait_cutobject
git-svn-id: trunk@4482 -
This commit is contained in:
parent
2228ec7fb0
commit
f668e4f012
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user