mirror of
https://github.com/acpica/acpica/
synced 2025-03-04 21:31:41 +03:00
fix for RefOf (ArgX)
date 2004.01.28.21.37.00; author rmoore1; state Exp;
This commit is contained in:
parent
10b16bd244
commit
c3ba8f5585
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: dsobject - Dispatcher object management routines
|
||||
* $Revision: 1.117 $
|
||||
* $Revision: 1.119 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
*
|
||||
* 1. Copyright Notice
|
||||
*
|
||||
* Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
|
||||
* Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
|
||||
* All rights reserved.
|
||||
*
|
||||
* 2. License
|
||||
@ -689,6 +689,11 @@ AcpiDsInitObjectFromOp (
|
||||
|
||||
ObjDesc->Reference.Opcode = AML_ARG_OP;
|
||||
ObjDesc->Reference.Offset = Opcode - AML_ARG_OP;
|
||||
|
||||
#ifndef ACPI_NO_METHOD_EXECUTION
|
||||
Status = AcpiDsMethodDataGetNode (AML_ARG_OP, ObjDesc->Reference.Offset,
|
||||
WalkState, (ACPI_NAMESPACE_NODE **) &ObjDesc->Reference.Object);
|
||||
#endif
|
||||
break;
|
||||
|
||||
default: /* Other literals, etc.. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user