* use unsigned type for unsigned comparison

git-svn-id: branches/jvmbackend@18738 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:30:26 +00:00
parent a216707cf2
commit 084c76119b

View File

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