Selaa lähdekoodia

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

git-svn-id: trunk@26774 -
florian 11 vuotta sitten
vanhempi
commit
75a13f7e47
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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: