Use getptruint for pointer type const, fixes i8086 ppudump problems

git-svn-id: trunk@37242 -
This commit is contained in:
pierre 2017-09-17 20:44:08 +00:00
parent 97241c46b2
commit bd428ce6ad

View File

@ -2565,7 +2565,7 @@ begin
write ([space,' PointerType : ']);
readderef('',constdef.TypeRef);
constdef.ConstType:=ctInt;
constdef.VInt:=getaint;
constdef.VInt:=getptruint;
writeln([space,' Value : ',constdef.VInt])
end;
conststring,