mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 21:29:30 +01:00
Use getptruint for pointer type const, fixes i8086 ppudump problems
git-svn-id: trunk@37242 -
This commit is contained in:
parent
97241c46b2
commit
bd428ce6ad
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user