Procházet zdrojové kódy

* fix for Mantis #36174: correctly initialize secprocbits and secflags given the section type

git-svn-id: trunk@43267 -
svenbarth před 5 roky
rodič
revize
e251c8e2ab
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      compiler/aasmtai.pas

+ 1 - 0
compiler/aasmtai.pas

@@ -1260,6 +1260,7 @@ implementation
         sectype:=asectype;
         secalign:=Aalign;
         secorder:=Asecorder;
+        TObjData.sectiontype2progbitsandflags(sectype,secprogbits,secflags);
         name:=stringdup(Aname);
         sec:=nil;
       end;