Added common DataType field for NTEs and internal objects

date	99.09.03.17.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:00:49 +00:00
parent efeeb54b30
commit 0be0fd689a

View File

@ -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)));
}