summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dsobject.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-02-28 20:23:30 +0000
committernjl <njl@FreeBSD.org>2004-02-28 20:23:30 +0000
commit4335e07b6601dee959fdc8ee35b4cd21f3171c81 (patch)
tree885c1ceace8766961e3a5baedf4ef67ce438b844 /sys/contrib/dev/acpica/dsobject.c
parent041f94a8baba77aa39abb282f948d95e42507781 (diff)
downloadFreeBSD-src-4335e07b6601dee959fdc8ee35b4cd21f3171c81.zip
FreeBSD-src-4335e07b6601dee959fdc8ee35b4cd21f3171c81.tar.gz
Vendor import of ACPICA 20040220
Diffstat (limited to 'sys/contrib/dev/acpica/dsobject.c')
-rw-r--r--sys/contrib/dev/acpica/dsobject.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/dsobject.c b/sys/contrib/dev/acpica/dsobject.c
index 0f91fcd..aed69d9 100644
--- a/sys/contrib/dev/acpica/dsobject.c
+++ b/sys/contrib/dev/acpica/dsobject.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dsobject - Dispatcher object management routines
- * $Revision: 117 $
+ * $Revision: 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.. */
OpenPOWER on IntegriCloud