diff --git a/compiler/utils/ppudump.pp b/compiler/utils/ppudump.pp index 4c7848e523..71c67cdd4b 100644 --- a/compiler/utils/ppudump.pp +++ b/compiler/utils/ppudump.pp @@ -1801,6 +1801,7 @@ begin writeln(space,' FieldAlign : ',getbyte); writeln(space,' RecordAlign : ',getbyte); writeln(space,' PadAlign : ',getbyte); + writeln(space,'UseFieldAlignment : ',getbyte); if not EndOfEntry then Writeln('!! Entry has more information stored'); {read the record definitions and symbols}