Fix ppudump after commit #43450

git-svn-id: trunk@43458 -
This commit is contained in:
pierre 2019-11-13 16:59:26 +00:00
parent ae6b204c94
commit 9b3447a6a4

View File

@ -3114,8 +3114,6 @@ begin
end end
end; end;
writeln; writeln;
writeln([space,' Addr Taken : ',(ppufile.getbyte<>0)]);
writeln([space,'Escaped Scope : ',(ppufile.getbyte<>0)]);
write ([space,' Var Type : ']); write ([space,' Var Type : ']);
if VarDef <> nil then if VarDef <> nil then
readderef('',VarDef.VarType) readderef('',VarDef.VarType)