mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* use unsigned type for unsigned comparison
git-svn-id: branches/jvmbackend@18738 -
This commit is contained in:
parent
a216707cf2
commit
084c76119b
@ -340,7 +340,7 @@ implementation
|
||||
{ we need a carry in case the element is in the range }
|
||||
{ (this will never overflow since we check at the }
|
||||
{ beginning whether stop-start <> 255) }
|
||||
hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList, opdef, OC_B,
|
||||
hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList, uopdef, OC_B,
|
||||
setparts[i].stop-setparts[i].start+1,pleftreg,current_procinfo.CurrTrueLabel);
|
||||
end
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user