Browse Source

* fixed default value for progbits

git-svn-id: trunk@43430 -
florian 5 years ago
parent
commit
99ce957111
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

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