Browse Source

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

git-svn-id: trunk@19848 -
sergei 13 năm trước cách đây
mục cha
commit
b3335abe75
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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,