瀏覽代碼

Fix crash for GenConstraints handling

git-svn-id: trunk@37209 -
pierre 8 年之前
父節點
當前提交
e1dbb5edcb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -1721,7 +1721,7 @@ begin
         end;
       writeln;
 
-      len:=ppufile.getasizeint;
+      len:=ppufile.getlongint;
       if len>0 then
         begin
           space:='    '+space;