소스 검색

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

git-svn-id: trunk@43267 -
svenbarth 5 년 전
부모
커밋
e251c8e2ab
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;