浏览代码

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

git-svn-id: trunk@9625 -

Jonas Maebe 17 年之前
父节点
当前提交
643455af2e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
   { according to bug 7570, this is necessary on all x86 platforms,
     maybe we've to fix the sse control word as well }
     maybe we've to fix the sse control word as well }
-  {$ifdef x86}
+  {$if defined(cpui386) or defined(cpux86_64)}
   Set8087CW($133F);
   Set8087CW($133F);
   {$endif x86}
   {$endif x86}