mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 22:39:17 +03:00
Deployed new procedure to extract NS Node name and validate the node.
Prevents faults during debug output. date 2003.10.21.23.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
71a68ea2f6
commit
97fa5e00cb
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: utalloc - local cache and memory allocation routines
|
||||
* $Revision: 1.132 $
|
||||
* $Revision: 1.133 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -1040,7 +1040,7 @@ AcpiUtDumpAllocations (
|
||||
|
||||
case ACPI_DESC_TYPE_NAMED:
|
||||
AcpiOsPrintf ("Node %4.4s",
|
||||
Descriptor->Node.Name.Ascii);
|
||||
AcpiUtGetNodeName (&Descriptor->Node));
|
||||
break;
|
||||
|
||||
case ACPI_DESC_TYPE_STATE:
|
||||
|
Loading…
Reference in New Issue
Block a user