From 59ce063597ddbda74269a45aba8187dece2fe00a Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 23 Aug 2013 18:01:58 +0000 Subject: Import ACPICA 20130823. --- source/compiler/aslload.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/compiler/aslload.c') diff --git a/source/compiler/aslload.c b/source/compiler/aslload.c index 7f3ce1d7b7a1..9a768d81619f 100644 --- a/source/compiler/aslload.c +++ b/source/compiler/aslload.c @@ -487,6 +487,10 @@ LdNamespace1Begin ( ACPI_TYPE_LOCAL_SCOPE, ACPI_IMODE_LOAD_PASS1, Flags, WalkState, &(Node)); + if (ACPI_FAILURE (Status)) + { + return_ACPI_STATUS (Status); + } /* * However, this is an error -- primarily because the MS -- cgit v1.2.3