From c445273cbfba06415de8217155b8b50862c3b55c Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:01:08 +0000 Subject: [PATCH] Added CmGetTypeName date 2000.03.24.16.44.00; author rmoore1; state Exp; --- source/components/utilities/utalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/utilities/utalloc.c b/source/components/utilities/utalloc.c index 6a5ea5000..43a2acf42 100644 --- a/source/components/utilities/utalloc.c +++ b/source/components/utilities/utalloc.c @@ -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))); } }