浏览代码

* i8086 fix in tx86casenode.genlinearlist

git-svn-id: branches/i8086@23990 -
nickysn 12 年之前
父节点
当前提交
1f5d384a1e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      compiler/x86/nx86set.pas

+ 4 - 0
compiler/x86/nx86set.pas

@@ -229,7 +229,11 @@ implementation
                 cond_le:=F_BE;
              end;
            { do we need to generate cmps? }
+{$ifdef i8086}
+           if (with_sign and (min_label<0)) or (opcgsize in [OS_32, OS_S32]) then
+{$else i8086}
            if (with_sign and (min_label<0)) then
+{$endif i8086}
              genlinearcmplist(hp)
            else
              begin