mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 17:04:21 +03:00
Added parent node to all Field object descriptors for better debug
output. (Does not increase the size of these objects because there was extra room.) date 2001.10.29.22.07.00; author rmoore1; state Exp;
This commit is contained in:
parent
a3f078bd4c
commit
476ece1d9a
@ -2,7 +2,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exprep - ACPI AML (p-code) execution - field prep utilities
|
||||
* $Revision: 1.101 $
|
||||
* $Revision: 1.102 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -394,16 +394,7 @@ AcpiExPrepFieldValue (
|
||||
|
||||
/* Initialize areas of the object that are common to all fields */
|
||||
|
||||
Status = AcpiExPrepCommonFieldObject (ObjDesc, Info->FieldFlags,
|
||||
Info->FieldBitPosition, Info->FieldBitLength);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
AcpiUtDeleteObjectDesc (ObjDesc);
|
||||
return_ACPI_STATUS (Status);
|
||||
}
|
||||
|
||||
/* Initialize areas of the object that are common to all fields */
|
||||
|
||||
ObjDesc->CommonField.Node = Info->FieldNode;
|
||||
Status = AcpiExPrepCommonFieldObject (ObjDesc, Info->FieldFlags,
|
||||
Info->FieldBitPosition, Info->FieldBitLength);
|
||||
if (ACPI_FAILURE (Status))
|
||||
|
Loading…
x
Reference in New Issue
Block a user