Browse Source

--- 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 years ago
parent
commit
97d22a5582
1 changed files with 1 additions and 0 deletions
  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,