소스 검색

* force S_IQ size for movq instruction, needed for nasm

git-svn-id: trunk@6835 -
pierre 18 년 전
부모
커밋
f07349a774
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/x86/rax86.pas

+ 2 - 0
compiler/x86/rax86.pas

@@ -387,6 +387,8 @@ begin
           A_MOVD : { movd is a move from a mmx register to a
                      32 bit register or memory, so no opsize is correct here PM }
             exit;
+          A_MOVQ :
+            opsize:=S_IQ;
           A_OUT :
             opsize:=tx86operand(operands[1]).opsize;
           else