mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
* use {$maxfpuregisters 0} for i8086 also
git-svn-id: branches/i8086@23826 -
This commit is contained in:
parent
44ce37369e
commit
897967b8ff
@ -30,10 +30,10 @@
|
|||||||
{$inline on}
|
{$inline on}
|
||||||
{$define SYSTEMINLINE}
|
{$define SYSTEMINLINE}
|
||||||
|
|
||||||
{ don't use FPU registervariables on the i386 }
|
{ don't use FPU registervariables on the i386 and i8086 }
|
||||||
{$ifdef CPUI386}
|
{$if defined(CPUI386) or defined(CPUI8086)}
|
||||||
{$maxfpuregisters 0}
|
{$maxfpuregisters 0}
|
||||||
{$endif CPUI386}
|
{$endif CPUI386 or CPUI8086}
|
||||||
|
|
||||||
{ the assembler helpers need this}
|
{ the assembler helpers need this}
|
||||||
{$ifdef CPUPOWERPC}
|
{$ifdef CPUPOWERPC}
|
||||||
|
Loading…
Reference in New Issue
Block a user