- disabled SYSTEMINLINE until conflict with compilerprocs is fixed

git-svn-id: trunk@647 -
This commit is contained in:
Jonas Maebe 2005-07-18 12:58:51 +00:00
parent 9cda65c4b0
commit 8cbdbc4951

View File

@ -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}