Browse Source

Fix crash for GenConstraints handling

git-svn-id: trunk@37209 -
pierre 8 years ago
parent
commit
e1dbb5edcb
1 changed files with 1 additions and 1 deletions
  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;