mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 05:19:32 +01:00
* fixed case code for ARM.
git-svn-id: trunk@5402 -
This commit is contained in:
parent
ed714baff3
commit
347af4dbe4
@ -202,7 +202,7 @@ implementation
|
|||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
cond_lt:=F_HI;
|
cond_lt:=F_HI;
|
||||||
cond_le:=F_CS;
|
cond_le:=F_LS;
|
||||||
end;
|
end;
|
||||||
{ do we need to generate cmps? }
|
{ do we need to generate cmps? }
|
||||||
if (with_sign and (min_label<0)) then
|
if (with_sign and (min_label<0)) then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user