浏览代码

* fixed default value for progbits

git-svn-id: trunk@43430 -
florian 5 年之前
父节点
当前提交
99ce957111
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -1317,7 +1317,7 @@ implementation
           both progbits and flags as parameters }
         options:=sectiontype2options(atype);
         flags:=[];
-        progbits:=SPB_PROGBITS;
+        progbits:=SPB_None;
         if oso_load in options then
           include(flags,SF_A);
         if oso_write in options then