소스 검색

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