summaryrefslogtreecommitdiff
path: root/compiler/machoutils.pas
diff options
context:
space:
mode:
authoryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-11-05 14:46:09 +0000
committeryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2018-11-05 14:46:09 +0000
commitaba1c017d7d5ea4d9cb444b86d391766f3f13432 (patch)
treec5ed4b8e7cfbe57520365b2579a28104df4b442d /compiler/machoutils.pas
parent3abd960ec91e4015ec731337f412da0392bb08fc (diff)
downloadfpc-aba1c017d7d5ea4d9cb444b86d391766f3f13432.tar.gz
* Addition to r40225: Forgot to remove inline in the implementation.
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@40227 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/machoutils.pas')
-rw-r--r--compiler/machoutils.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/machoutils.pas b/compiler/machoutils.pas
index ee4983c820..691a2b7384 100644
--- a/compiler/machoutils.pas
+++ b/compiler/machoutils.pas
@@ -523,7 +523,7 @@ const
end;
- function sizeNList(cputarget: cpu_type_t): integer; inline;
+ function sizeNList(cputarget: cpu_type_t): integer;
begin
Result:=is64NlistSize[ cputarget and CPU_ARCH_ABI64 > 0];
end;