mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +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;
|
||||
secalign:=Aalign;
|
||||
secorder:=Asecorder;
|
||||
TObjData.sectiontype2progbitsandflags(sectype,secprogbits,secflags);
|
||||
name:=stringdup(Aname);
|
||||
sec:=nil;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user