mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 19:09:39 +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);
|
hp:=tai(hp.next);
|
||||||
end;
|
end;
|
||||||
if lasTSectype<>sec_none then
|
if lasTSectype<>sec_none then
|
||||||
WriteSection(tai_section(hp).sectype,tai_section(hp).name^);
|
WriteSection(lasTSectype,'');
|
||||||
AsmStartSize:=AsmSize;
|
AsmStartSize:=AsmSize;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user