Explorar o código

* {$ifdef x86} -> {$if defined(cpui386) or defined(cpux86_64)}
(mantis #10507)

git-svn-id: trunk@9625 -

Jonas Maebe %!s(int64=17) %!d(string=hai) anos
pai
achega
643455af2e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/extra/opengl/gl.pp

+ 1 - 1
packages/extra/opengl/gl.pp

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