mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Support for late evaluation of Buffer and Package operands (They may
contain TermArgs). date 2002.03.13.18.13.00; author rmoore1; state Exp;
This commit is contained in:
parent
b628258003
commit
66c24886d0
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exdump - Interpreter debug output routines
|
||||
* $Revision: 1.145 $
|
||||
* $Revision: 1.146 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -852,7 +852,6 @@ AcpiExDumpObjectDescriptor (
|
||||
AcpiExOutInteger ("Flags", ObjDesc->Package.Flags);
|
||||
AcpiExOutInteger ("Count", ObjDesc->Package.Count);
|
||||
AcpiExOutPointer ("Elements", ObjDesc->Package.Elements);
|
||||
AcpiExOutPointer ("NextElement", ObjDesc->Package.NextElement);
|
||||
|
||||
/* Dump the package contents */
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exfield - ACPI AML (p-code) execution - field manipulation
|
||||
* $Revision: 1.105 $
|
||||
* $Revision: 1.106 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -213,6 +213,7 @@ AcpiExReadDataFromField (
|
||||
return_ACPI_STATUS (AE_NO_MEMORY);
|
||||
}
|
||||
|
||||
BufferDesc->Common.Flags = AOPOBJ_DATA_VALID;
|
||||
BufferDesc->Buffer.Length = Length;
|
||||
Buffer = BufferDesc->Buffer.Pointer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user