* bug fix in defutil.get_common_intdef

git-svn-id: branches/i8086@24115 -
This commit is contained in:
nickysn 2013-04-01 19:25:11 +00:00
parent 8a1178e4e9
commit a8d72cc11a

View File

@ -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