mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 11:30:25 +02:00
* i8086 fix in tx86casenode.genlinearlist
git-svn-id: branches/i8086@23990 -
This commit is contained in:
parent
29c7d38e43
commit
1f5d384a1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user