From 0be0fd689a79e5926241e1805460a6507201d213 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 19:00:49 +0000 Subject: [PATCH] Added common DataType field for NTEs and internal objects date 99.09.03.17.44.00; author rmoore1; state Exp; --- source/components/utilities/utalloc.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/components/utilities/utalloc.c b/source/components/utilities/utalloc.c index 2777b61a7..b207040ed 100644 --- a/source/components/utilities/utalloc.c +++ b/source/components/utilities/utalloc.c @@ -654,6 +654,10 @@ _CmAllocateObjectDesc ( else { + /* Mark the descriptor type */ + + NewDesc->Common.DataType = DESC_TYPE_ACPI_OBJ; + DEBUG_PRINT (TRACE_ALLOCATIONS, ("AllocateObjectDesc: %x Size 0x%x\n", NewDesc, sizeof (ACPI_OBJECT_INTERNAL))); }