mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* finally fixed case code generation for ARM.
git-svn-id: trunk@5437 -
This commit is contained in:
parent
ae11fd3770
commit
257a76d6c8
@ -201,7 +201,7 @@ implementation
|
||||
end
|
||||
else
|
||||
begin
|
||||
cond_lt:=F_HI;
|
||||
cond_lt:=F_CC;
|
||||
cond_le:=F_LS;
|
||||
end;
|
||||
{ do we need to generate cmps? }
|
||||
|
Loading…
Reference in New Issue
Block a user