diff options
Diffstat (limited to 'source/components/parser/psparse.c')
-rw-r--r-- | source/components/parser/psparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/parser/psparse.c b/source/components/parser/psparse.c index ce7ae94a8b286..0ad62b771bef4 100644 --- a/source/components/parser/psparse.c +++ b/source/components/parser/psparse.c @@ -576,7 +576,7 @@ AcpiPsParseAml ( if (!WalkState->ParserState.Aml) { - return_ACPI_STATUS (AE_NULL_OBJECT); + return_ACPI_STATUS (AE_BAD_ADDRESS); } /* Create and initialize a new thread state */ |