Răsfoiți Sursa

Changed cast to allow more loop iterations than the native bit-ness of the architecture.

git-svn-id: trunk@31029 -
Jeppe Johansen 10 ani în urmă
părinte
comite
c5b24c5ce3
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      compiler/ncgflw.pas

+ 1 - 1
compiler/ncgflw.pas

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