浏览代码

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

git-svn-id: trunk@27810 -
sergei 11 年之前
父节点
当前提交
1c7a5d5adc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/x86/rgx86.pas

+ 2 - 0
compiler/x86/rgx86.pas

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