From a4d090d50dca12716fbca0cc738e692a0db75068 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 5 Apr 2019 22:45:01 +0000 Subject: Import ACPICA 20190405. --- source/compiler/aslload.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/compiler/aslload.c') diff --git a/source/compiler/aslload.c b/source/compiler/aslload.c index dfbdf7cefc4c..a055bab0605f 100644 --- a/source/compiler/aslload.c +++ b/source/compiler/aslload.c @@ -324,6 +324,7 @@ LdLoadFieldElements ( (Node->Flags & ANOBJ_IS_EXTERNAL)) { Node->Type = (UINT8) ACPI_TYPE_LOCAL_REGION_FIELD; + Node->Flags &= ~ANOBJ_IS_EXTERNAL; } else { -- cgit v1.2.3