Explorar o código

* fixed default value for progbits

git-svn-id: trunk@43430 -
florian %!s(int64=5) %!d(string=hai) anos
pai
achega
99ce957111
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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