瀏覽代碼

* fixed mantis #8887. (please merge to fixes).

git-svn-id: trunk@7356 -
yury 18 年之前
父節點
當前提交
df36385c89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -2317,7 +2317,7 @@ implementation
 
     procedure TExeOutput.RemoveEmptySections;
       var
-        i, j   : aint;
+        i, j   : longint;
         exesec : TExeSection;
         doremove : boolean;
       begin