mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
* fix for Mantis #36174: correctly initialize secprocbits and secflags given the section type
git-svn-id: trunk@43267 -
This commit is contained in:
parent
7f8800eeb1
commit
e251c8e2ab
@ -1260,6 +1260,7 @@ implementation
|
|||||||
sectype:=asectype;
|
sectype:=asectype;
|
||||||
secalign:=Aalign;
|
secalign:=Aalign;
|
||||||
secorder:=Asecorder;
|
secorder:=Asecorder;
|
||||||
|
TObjData.sectiontype2progbitsandflags(sectype,secprogbits,secflags);
|
||||||
name:=stringdup(Aname);
|
name:=stringdup(Aname);
|
||||||
sec:=nil;
|
sec:=nil;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user