Deleted Added
full compact
332c332,336
< if (Node->Flags & 0x80)
---
> FlPrintFile (ASL_FILE_NAMESPACE_OUTPUT,
> " [Field Offset 0x%.4X Bits 0x%.4X Bytes] ",
> Node->Value, Node->Value / 8);
>
> if (Node->Flags & ANOBJ_IS_REFERENCED)
335,336c339
< " [Field Offset 0x%.4X Bits 0x%.4X Bytes]",
< Node->Value, Node->Value / 8);
---
> "Referenced");
341c344
< " [Field Offset 0x%.4X Bytes]", Node->Value);
---
> "Name not referenced");