Explorar el Código

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

git-svn-id: trunk@26774 -
florian hace 11 años
padre
commit
75a13f7e47
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      compiler/x86/rgx86.pas

+ 3 - 1
compiler/x86/rgx86.pas

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