summaryrefslogtreecommitdiffstats
path: root/source/compiler/aslxref.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-11-10 21:30:04 +0000
committerjkim <jkim@FreeBSD.org>2014-11-10 21:30:04 +0000
commitc289b811b42daf9e7ef5c37a35e951d01c23715a (patch)
treeb4bd3052883fca1145eaa389311d46371584f6d9 /source/compiler/aslxref.c
parent4a5720e5f30ea6a8d31e75f94046c76ace845126 (diff)
downloadFreeBSD-src-c289b811b42daf9e7ef5c37a35e951d01c23715a.zip
FreeBSD-src-c289b811b42daf9e7ef5c37a35e951d01c23715a.tar.gz
Import ACPICA 20141107.
Diffstat (limited to 'source/compiler/aslxref.c')
-rw-r--r--source/compiler/aslxref.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/compiler/aslxref.c b/source/compiler/aslxref.c
index f26cfdd..2f47921 100644
--- a/source/compiler/aslxref.c
+++ b/source/compiler/aslxref.c
@@ -832,6 +832,8 @@ XfNamespaceLocateBegin (
if ((Op->Asl.Parent) &&
((Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_REFOF) ||
(Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_DEREFOF) ||
+ (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_PACKAGE) ||
+ (Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_VAR_PACKAGE)||
(Op->Asl.Parent->Asl.ParseOpcode == PARSEOP_OBJECTTYPE)))
{
return_ACPI_STATUS (AE_OK);
OpenPOWER on IntegriCloud