Jelajahi Sumber

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

git-svn-id: trunk@40227 -
yury 6 tahun lalu
induk
melakukan
5f1933eecf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;