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

Avoid range check error inside genitem_thumb2 by changing local variable i type

git-svn-id: trunk@49278 -
pierre 4 жил өмнө
parent
commit
423940afd7

+ 1 - 1
compiler/arm/narmset.pas

@@ -191,7 +191,7 @@ implementation
 
 
         procedure genitem_thumb2(list:TAsmList;t : pcaselabel);
         procedure genitem_thumb2(list:TAsmList;t : pcaselabel);
           var
           var
-            i : aint;
+            i : int64;
           begin
           begin
             if assigned(t^.less) then
             if assigned(t^.less) then
               genitem_thumb2(list,t^.less);
               genitem_thumb2(list,t^.less);