Add node ptr (value) to node display

date	2001.10.04.22.07.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:18:58 +00:00
parent 330a003366
commit 310af4b9e9

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbdisply - debug display commands
* $Revision: 1.54 $
* $Revision: 1.55 $
*
******************************************************************************/
@ -356,7 +356,7 @@ DumpNte:
else
{
AcpiOsPrintf ("Object Pathname: %s\n", RetBuf.Pointer);
AcpiOsPrintf ("Object (%p) Pathname: %s\n", Node, RetBuf.Pointer);
}
if (!AcpiOsReadable (Node, sizeof (ACPI_NAMESPACE_NODE)))