mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 17:34:43 +03:00
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:
parent
efeeb54b30
commit
0be0fd689a
@ -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)));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user