mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
* now compilation on i386 was broken, fixed
git-svn-id: trunk@15757 -
This commit is contained in:
parent
33c67c7972
commit
8b1889d033
@ -892,7 +892,7 @@ implementation
|
|||||||
{$ifdef x86}
|
{$ifdef x86}
|
||||||
{ use extended as default real type only when the x87 fpu is used }
|
{ use extended as default real type only when the x87 fpu is used }
|
||||||
{$ifdef i386}
|
{$ifdef i386}
|
||||||
if not(current_settings.fputype in [fpu_x87) then
|
if not(current_settings.fputype=fpu_x87) then
|
||||||
{$endif i386}
|
{$endif i386}
|
||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
{ x86-64 has no x87 only mode, so use always double as default }
|
{ x86-64 has no x87 only mode, so use always double as default }
|
||||||
|
Loading…
Reference in New Issue
Block a user