Deleted Added
full compact
4c4
< * $Revision: 78 $
---
> * $Revision: 79 $
361c361
< AcpiOsPrintf ("Object (%p) Pathname: %s\n", Node, RetBuf.Pointer);
---
> AcpiOsPrintf ("Object (%p) Pathname: %s\n", Node, (char *) RetBuf.Pointer);
410c410
< AcpiOsPrintf (" Uninitialized\n");
---
> AcpiOsPrintf (" Uninitialized");
549c549
< AcpiOsPrintf (" Type %hX [Invalid Type]", Type);
---
> AcpiOsPrintf (" Type %X [Invalid Type]", (UINT32) Type);
594c594,601
< AcpiDbDecodeInternalObject (ObjDesc->Reference.Object);
---
> if (!ObjDesc->Reference.Where)
> {
> AcpiOsPrintf ("Uninitialized WHERE ptr");
> }
> else
> {
> AcpiDbDecodeInternalObject (*(ObjDesc->Reference.Where));
> }
600c607
< AcpiOsPrintf ("[Reference] ");
---
> AcpiOsPrintf ("[RefOf] ");