mirror of
https://github.com/acpica/acpica/
synced 2025-03-14 02:02:52 +03:00
New field in WALK_STATE
date 2000.01.26.22.51.00; author rmoore1; state Exp;
This commit is contained in:
parent
289382a366
commit
94d7069202
@ -491,6 +491,7 @@ typedef struct acpi_walk_state
|
||||
ACPI_CTRL_STATE *ControlState; /* List of control states (nested IFs) */
|
||||
union AcpiObjInternal *Arguments[MTH_NUM_ARGS]; /* Control method arguments */
|
||||
union AcpiObjInternal *LocalVariables[MTH_NUM_LOCALS]; /* Control method locals */
|
||||
union AcpiObjInternal *ReturnDesc; /* Return object, if any */
|
||||
union AcpiObjInternal *Operands[OBJ_NUM_OPERANDS]; /* Operands passed to the interpreter TBD: make max configurable */
|
||||
struct acpi_walk_state *Next; /* Next WalkState in list */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user