Pārlūkot izejas kodu

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

git-svn-id: trunk@31029 -
Jeppe Johansen 10 gadi atpakaļ
vecāks
revīzija
c5b24c5ce3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      compiler/ncgflw.pas

+ 1 - 1
compiler/ncgflw.pas

@@ -830,7 +830,7 @@ implementation
                end;
                end;
 
 
              hlcg.a_cmp_const_loc_label(current_asmdata.CurrAsmList,left.resultdef,hcond,
              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;
            end;
 
 
          { this is the break label: }
          { this is the break label: }