2
0
Эх сурвалжийг харах

Fix constant pointer reading for 64 bit CPU

git-svn-id: trunk@17962 -
pierre 14 жил өмнө
parent
commit
5a2d6c0429

+ 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 :