Browse Source

Fix constant pointer reading for 64 bit CPU

git-svn-id: trunk@17962 -
pierre 14 years ago
parent
commit
5a2d6c0429
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/ppudump.pp

+ 1 - 1
compiler/utils/ppudump.pp

@@ -1508,7 +1508,7 @@ begin
                  begin
                    write  (space,'  PointerType : ');
                    readderef('');
-                   writeln(space,'        Value : ',getlongint)
+                   writeln(space,'        Value : ',getaint)
                  end;
                conststring,
                constresourcestring :