浏览代码

* MOVSXD destination operand cannot be in memory, resolves #20850.

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

+ 1 - 0
compiler/x86/rgx86.pas

@@ -199,6 +199,7 @@ implementation
                           A_CMOVcc,
                           A_MOVZX,
                           A_MOVSX,
+                          A_MOVSXD,
                           A_MULSS,
                           A_MULSD,
                           A_SUBSS,