Deleted Added
full compact
4c4
< * $Revision: 89 $
---
> * $Revision: 92 $
121d120
< #include "acparser.h"
126d124
< #include "acdispat.h"
138,139c136
< * PARAMETERS: WalkState - Current state, contains List of
< * operands for the opcode
---
> * PARAMETERS: WalkState - Current state, contains operands
334c331
< Node = WalkState->Op->Node;
---
> Node = WalkState->Op->Common.Node;
426c423
< Node = WalkState->Op->Node;
---
> Node = WalkState->Op->Common.Node;
504,506c501
< * PARAMETERS: Op - Op containing the Processor definition and
< * args
< * ProcessorNode - Parent Node for the processor object
---
> * PARAMETERS: WalkState - Current state
560,562c555
< * PARAMETERS: Op - Op containing the PowerResource definition
< * and args
< * PowerNode - Parent Node for the power object
---
> * PARAMETERS: WalkState - Current state
616,617c609
< * MethodFlags - AML method flag byte
< * Method - Method Node
---
> * WalkState - Current state