summaryrefslogtreecommitdiffstats
path: root/parser/psxface.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2009-12-14 22:07:33 +0000
committerjkim <jkim@FreeBSD.org>2009-12-14 22:07:33 +0000
commit5eb20ec0efedaa5c449001fed0391ff67b8af8bb (patch)
treef44ff7d55387c0db90e95e80289d7ed0525b8dd8 /parser/psxface.c
parent33700bac1d344f0be40cccaba4df65da92a70fbf (diff)
downloadFreeBSD-src-5eb20ec0efedaa5c449001fed0391ff67b8af8bb.zip
FreeBSD-src-5eb20ec0efedaa5c449001fed0391ff67b8af8bb.tar.gz
Import ACPICA 20091214.
Diffstat (limited to 'parser/psxface.c')
-rw-r--r--parser/psxface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/psxface.c b/parser/psxface.c
index 5f6f663..1bf36e0 100644
--- a/parser/psxface.c
+++ b/parser/psxface.c
@@ -403,7 +403,7 @@ AcpiPsExecuteMethod (
if (Info->ObjDesc->Method.MethodFlags & AML_METHOD_INTERNAL_ONLY)
{
- Status = Info->ObjDesc->Method.Implementation (WalkState);
+ Status = Info->ObjDesc->Method.Extra.Implementation (WalkState);
Info->ReturnObject = WalkState->ReturnDesc;
/* Cleanup states */
OpenPOWER on IntegriCloud