diff options
Diffstat (limited to 'source/compiler/aslload.c')
| -rw-r--r-- | source/compiler/aslload.c | 4 | 
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 | 
