mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 22:39:17 +03:00
Added CmGetTypeName
date 2000.03.24.16.44.00; author rmoore1; state Exp;
This commit is contained in:
parent
d62b1a33d9
commit
c445273cbf
@ -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)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user