Browse Source

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

git-svn-id: trunk@27810 -
sergei 11 years ago
parent
commit
1c7a5d5adc
1 changed files with 2 additions and 0 deletions
  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,