Selaa lähdekoodia

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

git-svn-id: trunk@40227 -
yury 6 vuotta sitten
vanhempi
commit
5f1933eecf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;