Parcourir la source

* x86: fix spilling of sqrtss and sqrtsd instructions, they cannot have memory as destination.

git-svn-id: trunk@27810 -
sergei il y a 11 ans
Parent
commit
1c7a5d5adc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      compiler/x86/rgx86.pas

+ 2 - 0
compiler/x86/rgx86.pas

@@ -253,6 +253,8 @@ implementation
                               A_ADDSS,
                               A_DIVSD,
                               A_DIVSS,
+                              A_SQRTSD,
+                              A_SQRTSS,
                               A_SHLD,
                               A_SHRD,
                               A_COMISD,