Przeglądaj źródła

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

git-svn-id: trunk@43267 -
svenbarth 5 lat temu
rodzic
commit
e251c8e2ab
1 zmienionych plików z 1 dodań i 0 usunięć
  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;