mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 15:19:25 +02:00
* Addition to r40225: Forgot to remove inline in the implementation.
git-svn-id: trunk@40227 -
This commit is contained in:
parent
f5ce7c572b
commit
5f1933eecf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user