瀏覽代碼

* r6372 for x86(-64)

git-svn-id: trunk@6373 -
Jonas Maebe 18 年之前
父節點
當前提交
21cef2cdb1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/nx86set.pas

+ 1 - 1
compiler/x86/nx86set.pas

@@ -185,7 +185,7 @@ implementation
           swapleftright;
 
          orgopsize := def_cgsize(left.resultdef);
-         opsize := OS_INT;
+         opsize := OS_32;
          if is_signed(left.resultdef) then
            opsize := tcgsize(ord(opsize)+(ord(OS_S8)-ord(OS_8)));