mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:20:29 +02:00
* bug fix in defutil.get_common_intdef
git-svn-id: branches/i8086@24115 -
This commit is contained in:
parent
8a1178e4e9
commit
a8d72cc11a
@ -1221,7 +1221,7 @@ implementation
|
|||||||
llow, lhigh: tconstexprint;
|
llow, lhigh: tconstexprint;
|
||||||
begin
|
begin
|
||||||
llow:=rd.low;
|
llow:=rd.low;
|
||||||
if llow<ld.low then
|
if llow>ld.low then
|
||||||
llow:=ld.low;
|
llow:=ld.low;
|
||||||
lhigh:=rd.high;
|
lhigh:=rd.high;
|
||||||
if lhigh<ld.high then
|
if lhigh<ld.high then
|
||||||
|
Loading…
Reference in New Issue
Block a user