Explorar o código

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

git-svn-id: trunk@27810 -
sergei %!s(int64=11) %!d(string=hai) anos
pai
achega
1c7a5d5adc
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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,