瀏覽代碼

* 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