浏览代码

* fixed compilation of 64-bit cross-compilers on 32 bit platforms
(mantis #31487)

git-svn-id: trunk@35532 -

Jonas Maebe 8 年之前
父节点
当前提交
a2bd07bfd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ncon.pas

+ 1 - 1
compiler/ncon.pas

@@ -1149,7 +1149,7 @@ implementation
 
 
     function tsetconstnode.elements : AInt;
     function tsetconstnode.elements : AInt;
       var
       var
-        i : AInt;
+        i : longint;
       begin
       begin
         result:=0;
         result:=0;
         if not(assigned(value_set)) then
         if not(assigned(value_set)) then