mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 22:06:08 +02:00
- disabled SYSTEMINLINE until conflict with compilerprocs is fixed
git-svn-id: trunk@647 -
This commit is contained in:
parent
9cda65c4b0
commit
8cbdbc4951
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user