mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
* Removed inline for functions which access private variables and can't be inlined from outside.
git-svn-id: trunk@40225 -
This commit is contained in:
parent
c2c942374d
commit
a7642b70c1
@ -255,10 +255,10 @@ uses
|
||||
|
||||
function AllocMachoWriter(cputarget: cpu_type_t; ARawWriter: TRawWriter; AllowFreeWriter: Boolean): TMachoWriter;
|
||||
|
||||
function sizeMachHeader(cputarget: cpu_type_t): integer; inline;
|
||||
function sizeSegment(cputarget: cpu_type_t): integer; inline;
|
||||
function sizeSection(cputarget: cpu_type_t): integer; inline;
|
||||
function sizeNList(cputarget: cpu_type_t): integer; inline;
|
||||
function sizeMachHeader(cputarget: cpu_type_t): integer;
|
||||
function sizeSegment(cputarget: cpu_type_t): integer;
|
||||
function sizeSection(cputarget: cpu_type_t): integer;
|
||||
function sizeNList(cputarget: cpu_type_t): integer;
|
||||
|
||||
function AlignAddr(cputarget: cpu_type_t; addr: qword): qword;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user