mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:50:27 +02: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
|
||||
begin
|
||||
cond_lt:=F_HI;
|
||||
cond_le:=F_CS;
|
||||
cond_le:=F_LS;
|
||||
end;
|
||||
{ do we need to generate cmps? }
|
||||
if (with_sign and (min_label<0)) then
|
||||
|
Loading…
Reference in New Issue
Block a user