Browse Source

* make cpubase for arm use inlining

git-svn-id: trunk@22183 -
florian 13 năm trước cách đây
mục cha
commit
55e6da6d28
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/arm/cpubase.pas

+ 2 - 0
compiler/arm/cpubase.pas

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