浏览代码

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

git-svn-id: trunk@40227 -
yury 6 年之前
父节点
当前提交
5f1933eecf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/machoutils.pas

+ 1 - 1
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;