浏览代码

* make fullcycle for i8086 fixed

git-svn-id: trunk@36164 -
florian 8 年之前
父节点
当前提交
f93b784895
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      compiler/x86/aoptx86.pas

+ 2 - 0
compiler/x86/aoptx86.pas

@@ -1868,6 +1868,7 @@ unit aoptx86;
                           taicpu(hp1).loadConst(0,taicpu(hp1).oper[0]^.val and $ff);
                         end
                     end;
+{$ifndef i8086}
                   S_WL:
                     begin
                       if (getsupreg(taicpu(p).oper[0]^.reg)=getsupreg(taicpu(p).oper[1]^.reg)) and
@@ -1898,6 +1899,7 @@ unit aoptx86;
                           taicpu(hp1).loadConst(0,taicpu(hp1).oper[0]^.val and $ffff);
                         end;
                     end;
+{$endif i8086}
                   end
                 else if (taicpu(p).oper[0]^.typ = top_ref) then
                   begin