Parcourir la source

Fix constant pointer reading for 64 bit CPU

git-svn-id: trunk@17962 -
pierre il y a 14 ans
Parent
commit
5a2d6c0429
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 :