Added CmGetTypeName

date	2000.03.24.16.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:01:08 +00:00
parent d62b1a33d9
commit c445273cbf

View File

@ -506,7 +506,7 @@ CmDumpCurrentAllocations (
if (((ACPI_OBJECT_INTERNAL *)(Element->Address))->Common.DataType == DESC_TYPE_ACPI_OBJ)
{
DEBUG_PRINT_RAW (TRACE_ALLOCATIONS | TRACE_TABLES, (" Type %s",
Gbl_NsTypeNames[((ACPI_OBJECT_INTERNAL *)(Element->Address))->Common.Type]));
CmGetTypeName (((ACPI_OBJECT_INTERNAL *)(Element->Address))->Common.Type)));
}
}