From 8cbdbc49517d3afbe1b44cfebc9bcc6a2a94c64a Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 18 Jul 2005 12:58:51 +0000 Subject: [PATCH] - disabled SYSTEMINLINE until conflict with compilerprocs is fixed git-svn-id: trunk@647 - --- rtl/inc/systemh.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index b30ae4be23..9777d0525f 100644 --- a/rtl/inc/systemh.inc +++ b/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}