Browse Source

* make cpubase for arm use inlining

git-svn-id: trunk@22183 -
florian 13 years ago
parent
commit
55e6da6d28
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/arm/cpubase.pas

+ 2 - 0
compiler/arm/cpubase.pas

@@ -25,6 +25,8 @@
 }
 }
 unit cpubase;
 unit cpubase;
 
 
+{$define USEINLINE}
+
 {$i fpcdefs.inc}
 {$i fpcdefs.inc}
 
 
   interface
   interface