浏览代码

* bug fix in defutil.get_common_intdef

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

+ 1 - 1
compiler/defutil.pas

@@ -1221,7 +1221,7 @@ implementation
         llow, lhigh: tconstexprint;
       begin
         llow:=rd.low;
-        if llow<ld.low then
+        if llow>ld.low then
           llow:=ld.low;
         lhigh:=rd.high;
         if lhigh<ld.high then