Sfoglia il codice sorgente

* fixed when cross-compiling a 64 bit compiler from a 32 bit platform

git-svn-id: branches/fpc_2_3@6469 -
Jonas Maebe 18 anni fa
parent
commit
95a31eec85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      compiler/optcse.pas

+ 1 - 1
compiler/optcse.pas

@@ -86,7 +86,7 @@ unit optcse;
         csedomain : boolean;
         lists : tlists;
         templist : tfplist;
-        i,j : aint;
+        i,j : longint;
         def : tstoreddef;
         nodes : tblocknode;
         creates,