2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@31029 -
Jeppe Johansen 10 жил өмнө
parent
commit
c5b24c5ce3
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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: }