소스 검색

* 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,