mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:59:18 +02:00
* parameters declared as out must be initialized
git-svn-id: trunk@43429 -
This commit is contained in:
parent
40bbb28fd2
commit
137f392c66
@ -1317,6 +1317,7 @@ implementation
|
||||
both progbits and flags as parameters }
|
||||
options:=sectiontype2options(atype);
|
||||
flags:=[];
|
||||
progbits:=SPB_PROGBITS;
|
||||
if oso_load in options then
|
||||
include(flags,SF_A);
|
||||
if oso_write in options then
|
||||
|
Loading…
Reference in New Issue
Block a user