Explorar o código

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

git-svn-id: trunk@40227 -
yury %!s(int64=7) %!d(string=hai) anos
pai
achega
5f1933eecf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/machoutils.pas

+ 1 - 1
compiler/machoutils.pas

@@ -523,7 +523,7 @@ const
     end;
     end;
 
 
 
 
-  function sizeNList(cputarget: cpu_type_t): integer; inline;
+  function sizeNList(cputarget: cpu_type_t): integer;
     begin
     begin
       Result:=is64NlistSize[ cputarget and CPU_ARCH_ABI64 > 0];
       Result:=is64NlistSize[ cputarget and CPU_ARCH_ABI64 > 0];
     end;
     end;