summaryrefslogtreecommitdiff
path: root/source/compiler/aslload.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-08-23 18:01:58 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-08-23 18:01:58 +0000
commit59ce063597ddbda74269a45aba8187dece2fe00a (patch)
tree89234dd9f502de2faaf4a280ccd0d3785a7ae96f /source/compiler/aslload.c
parentdbded195f9840f9044a6828c8877c6bf0a956482 (diff)
Notes
Diffstat (limited to 'source/compiler/aslload.c')
-rw-r--r--source/compiler/aslload.c4
1 files changed, 4 insertions, 0 deletions
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