mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-10 05:00:10 +01:00
* Reverted r39961.
git-svn-id: trunk@39962 -
This commit is contained in:
parent
692c287c3e
commit
7eb9b23fa5
@ -4296,7 +4296,7 @@ begin
|
|||||||
{$ifdef x86_64}
|
{$ifdef x86_64}
|
||||||
{$ifndef FPC_SUPPORT_X87_TYPES_ON_WIN64}
|
{$ifndef FPC_SUPPORT_X87_TYPES_ON_WIN64}
|
||||||
{ normally, win64 doesn't support the legacy fpu }
|
{ normally, win64 doesn't support the legacy fpu }
|
||||||
if target_info.system in [system_x86_64_win64,system_x86_64_android] then
|
if target_info.system=system_x86_64_win64 then
|
||||||
undef_system_macro('FPC_HAS_TYPE_EXTENDED')
|
undef_system_macro('FPC_HAS_TYPE_EXTENDED')
|
||||||
else
|
else
|
||||||
{$endif FPC_SUPPORT_X87_TYPES_ON_WIN64}
|
{$endif FPC_SUPPORT_X87_TYPES_ON_WIN64}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user