* Addition to r40225: Forgot to remove inline in the implementation.

git-svn-id: trunk@40227 -
This commit is contained in:
yury 2018-11-05 14:46:09 +00:00
parent f5ce7c572b
commit 5f1933eecf

View File

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