From deca274c44eb2d731761ba35813f64bdbdc734df Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Mon, 14 Dec 2009 22:07:33 +0000 Subject: Import ACPICA 20091214. --- parser/psxface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser') diff --git a/parser/psxface.c b/parser/psxface.c index 5f6f663d8d7f..1bf36e01c93a 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 */ -- cgit v1.3