* Reverted r39961.

git-svn-id: trunk@39962 -
This commit is contained in:
yury 2018-10-17 18:56:29 +00:00
parent 692c287c3e
commit 7eb9b23fa5

View File

@ -4296,7 +4296,7 @@ begin
{$ifdef x86_64}
{$ifndef FPC_SUPPORT_X87_TYPES_ON_WIN64}
{ 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')
else
{$endif FPC_SUPPORT_X87_TYPES_ON_WIN64}