New field in WALK_STATE

date	2000.01.26.22.51.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:42:10 +00:00
parent 289382a366
commit 94d7069202

View File

@ -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 */