Procházet zdrojové kódy

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

git-svn-id: trunk@49278 -
pierre před 4 roky
rodič
revize
423940afd7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      compiler/arm/narmset.pas

+ 1 - 1
compiler/arm/narmset.pas

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