* 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:
yury 2018-11-05 14:35:23 +00:00
parent c2c942374d
commit a7642b70c1

View File

@ -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;