* use {$maxfpuregisters 0} for i8086 also

git-svn-id: branches/i8086@23826 -
This commit is contained in:
nickysn 2013-03-14 13:23:19 +00:00
parent 44ce37369e
commit 897967b8ff

View File

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