mirror of
https://github.com/acpica/acpica/
synced 2025-03-04 13:21:32 +03:00
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:
parent
4a1b205ffd
commit
8bbae44a45
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user