Renamed BankRegisterObj to BankObj; Added Node to Buffer object

date	2001.10.29.22.27.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:05:47 +00:00
parent 4a1b205ffd
commit 8bbae44a45

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dsobject - Dispatcher object management routines
* $Revision: 1.82 $
* $Revision: 1.83 $
*
*****************************************************************************/
@ -352,6 +352,8 @@ AcpiDsInitObjectFromOp (
{
case ACPI_TYPE_BUFFER:
ObjDesc->Buffer.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
/* First arg is a number */
AcpiDsCreateOperand (WalkState, Op->Value.Arg, 0);