mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +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}
|
||||
{$define SYSTEMINLINE}
|
||||
|
||||
{ don't use FPU registervariables on the i386 }
|
||||
{$ifdef CPUI386}
|
||||
{ don't use FPU registervariables on the i386 and i8086 }
|
||||
{$if defined(CPUI386) or defined(CPUI8086)}
|
||||
{$maxfpuregisters 0}
|
||||
{$endif CPUI386}
|
||||
{$endif CPUI386 or CPUI8086}
|
||||
|
||||
{ the assembler helpers need this}
|
||||
{$ifdef CPUPOWERPC}
|
||||
|
Loading…
Reference in New Issue
Block a user