فهرست منبع

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

git-svn-id: trunk@31029 -
Jeppe Johansen 10 سال پیش
والد
کامیت
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: }