mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Renamed GetParentObject to GetParentNode because it makes more sense
date 2001.12.07.19.13.00; author rmoore1; state Exp;
This commit is contained in:
parent
6e9d4abd29
commit
fd1be8d6fb
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exdump - Interpreter debug output routines
|
||||
* $Revision: 1.140 $
|
||||
* $Revision: 1.141 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -775,7 +775,7 @@ AcpiExDumpNode (
|
||||
AcpiExOutPointer ("Attached Object", AcpiNsGetAttachedObject (Node));
|
||||
AcpiExOutPointer ("ChildList", Node->Child);
|
||||
AcpiExOutPointer ("NextPeer", Node->Peer);
|
||||
AcpiExOutPointer ("Parent", AcpiNsGetParentObject (Node));
|
||||
AcpiExOutPointer ("Parent", AcpiNsGetParentNode (Node));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user