mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* {$ifdef x86} -> {$if defined(cpui386) or defined(cpux86_64)}
(mantis #10507) git-svn-id: trunk@9625 -
This commit is contained in:
parent
08ccb30e3b
commit
643455af2e
@ -2315,7 +2315,7 @@ initialization
|
||||
|
||||
{ according to bug 7570, this is necessary on all x86 platforms,
|
||||
maybe we've to fix the sse control word as well }
|
||||
{$ifdef x86}
|
||||
{$if defined(cpui386) or defined(cpux86_64)}
|
||||
Set8087CW($133F);
|
||||
{$endif x86}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user