* i8086 fix in tx86casenode.genlinearlist

git-svn-id: branches/i8086@23990 -
This commit is contained in:
nickysn 2013-03-24 23:03:06 +00:00
parent 29c7d38e43
commit 1f5d384a1e

View File

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