mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:49:37 +02:00
* updated ppudump for changes in ppu version 174
git-svn-id: trunk@30464 -
This commit is contained in:
parent
9a807bdfe3
commit
f6b03b2912
@ -666,6 +666,7 @@ begin
|
||||
writeln([space,' recordalignment: ',shortint(ppufile.getbyte)]);
|
||||
usefieldalignment:=shortint(ppufile.getbyte);
|
||||
writeln([space,' usefieldalignment: ',usefieldalignment]);
|
||||
writeln([space,' recordalignmin: ',shortint(ppufile.getbyte)]);
|
||||
if (usefieldalignment=C_alignment) then
|
||||
writeln([space,' fieldalignment: ',shortint(ppufile.getbyte)]);
|
||||
end;
|
||||
@ -3114,6 +3115,7 @@ begin
|
||||
writeln([space,' RecordAlign : ',shortint(getbyte)]);
|
||||
writeln([space,' PadAlign : ',shortint(getbyte)]);
|
||||
writeln([space,'UseFieldAlignment : ',shortint(getbyte)]);
|
||||
writeln([space,' RecordAlignMin : ',shortint(getbyte)]);
|
||||
objdef.Size:=getasizeint;
|
||||
writeln([space,' DataSize : ',objdef.Size]);
|
||||
writeln([space,' PaddingSize : ',getword]);
|
||||
@ -3172,7 +3174,9 @@ begin
|
||||
writeln([space,' PaddingSize : ',getword]);
|
||||
writeln([space,' FieldAlign : ',shortint(getbyte)]);
|
||||
writeln([space,' RecordAlign : ',shortint(getbyte)]);
|
||||
writeln([space,' Vmt offset : ',getlongint]);
|
||||
writeln([space,' RecordAlignMin : ',shortint(getbyte)]);
|
||||
write ([space, ' VmtField : ']);
|
||||
readderef('',nil);
|
||||
write ([space, ' Ancestor Class : ']);
|
||||
readderef('',objdef.Ancestor);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user