فهرست منبع

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