浏览代码

--- Merging r19848 into '.':
U compiler/x86/rgx86.pas

# revisions: 19848
r19848 | sergei | 2011-12-13 23:56:24 +0100 (Tue, 13 Dec 2011) | 1 line
Changed paths:
M /trunk/compiler/x86/rgx86.pas

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

git-svn-id: branches/fixes_2_6@22503 -

marco 13 年之前
父节点
当前提交
97d22a5582
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/x86/rgx86.pas

+ 1 - 0
compiler/x86/rgx86.pas

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