浏览代码

- disabled SYSTEMINLINE until conflict with compilerprocs is fixed

git-svn-id: trunk@647 -
Jonas Maebe 20 年之前
父节点
当前提交
8cbdbc4951
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      rtl/inc/systemh.inc

+ 2 - 0
rtl/inc/systemh.inc

@@ -28,7 +28,9 @@
 
 { Using inlining for small system functions/wrappers }
 {$inline on}
+{$ifdef COMPPROCINLINEFIXED}
 {$define SYSTEMINLINE}
+{$endif COMPPROCINLINEFIXED}
 
 { don't use FPU registervariables on the i386 }
 {$ifdef CPUI386}