mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
Changed cast to allow more loop iterations than the native bit-ness of the architecture.
git-svn-id: trunk@31029 -
This commit is contained in:
parent
b0fa341006
commit
c5b24c5ce3
@ -830,7 +830,7 @@ implementation
|
||||
end;
|
||||
|
||||
hlcg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,left.resultdef,hcond,
|
||||
aint(cmp_const.svalue),left.location,l3);
|
||||
tcgint(cmp_const.svalue),left.location,l3);
|
||||
end;
|
||||
|
||||
{ this is the break label: }
|
||||
|
Loading…
Reference in New Issue
Block a user