mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 13:08:00 +02:00
* fixed default value for progbits
git-svn-id: trunk@43430 -
This commit is contained in:
parent
137f392c66
commit
99ce957111
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user