Przeglądaj źródła

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

git-svn-id: trunk@27810 -
sergei 11 lat temu
rodzic
commit
1c7a5d5adc
1 zmienionych plików z 2 dodań i 0 usunięć
  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,