浏览代码

* do not allow VCOMISD/VCOMISS to use a memory location as target

git-svn-id: trunk@26774 -
florian 11 年之前
父节点
当前提交
75a13f7e47
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      compiler/x86/rgx86.pas

+ 3 - 1
compiler/x86/rgx86.pas

@@ -288,7 +288,9 @@ implementation
                               A_UNPCKLPS,
                               A_UNPCKHPS,
                               A_SHUFPD,
-                              A_SHUFPS:
+                              A_SHUFPS,
+                              A_VCOMISD,
+                              A_VCOMISS:
                                 replaceoper:=-1;
 
                               A_IMUL: