浏览代码

* Fixed dead code warning.

git-svn-id: trunk@13140 -
yury 16 年之前
父节点
当前提交
41d50e4723
共有 1 个文件被更改,包括 3 次插入4 次删除
  1. 3 4
      compiler/x86/cgx86.pas

+ 3 - 4
compiler/x86/cgx86.pas

@@ -1840,11 +1840,10 @@ unit cgx86;
                 if helpsize>0 then
                   begin
 {$ifdef cpu64bitalu}
-                    if sizeof(aint)=8 then
-                      list.concat(Taicpu.op_none(A_MOVSQ,S_NO))
-                    else
+                    list.concat(Taicpu.op_none(A_MOVSQ,S_NO))
+{$else}
+                    list.concat(Taicpu.op_none(A_MOVSD,S_NO));
 {$endif cpu64bitalu}
-                      list.concat(Taicpu.op_none(A_MOVSD,S_NO));
                   end;
                 if len>=4 then
                   begin