mirror of
https://github.com/acpica/acpica/
synced 2025-03-30 10:02:59 +03:00
Add node ptr (value) to node display
date 2001.10.04.22.07.00; author rmoore1; state Exp;
This commit is contained in:
parent
330a003366
commit
310af4b9e9
@ -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)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user