Quellcode durchsuchen

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

git-svn-id: branches/fpc_2_3@6469 -
Jonas Maebe vor 18 Jahren
Ursprung
Commit
95a31eec85
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      compiler/optcse.pas

+ 1 - 1
compiler/optcse.pas

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