Browse Source

* Fixed dead code warning.

git-svn-id: trunk@13140 -
yury 16 năm trước cách đây
mục cha
commit
41d50e4723
1 tập tin đã thay đổi với 3 bổ sung4 xóa
  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