Explorar o código

* fix spilling for PAND, POR and PXOR, resolves #37084

git-svn-id: trunk@45388 -
florian %!s(int64=5) %!d(string=hai) anos
pai
achega
d9eddc50fd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      compiler/x86/rgx86.pas

+ 3 - 0
compiler/x86/rgx86.pas

@@ -332,6 +332,9 @@ implementation
                               A_CVTTSS2SI,
                               A_XORPD,
                               A_XORPS,
+                              A_PXOR,
+                              A_PAND,
+                              A_POR,
                               A_ORPD,
                               A_ORPS,
                               A_ANDPD,