diff options
Diffstat (limited to 'source/components/executer/exconfig.c')
-rw-r--r-- | source/components/executer/exconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c index 4f1962b791d8..7d72a5f884aa 100644 --- a/source/components/executer/exconfig.c +++ b/source/components/executer/exconfig.c @@ -643,7 +643,7 @@ AcpiExUnloadTable ( (DdbHandle->Common.Type != ACPI_TYPE_LOCAL_REFERENCE) || (!(DdbHandle->Common.Flags & AOPOBJ_DATA_VALID))) { - return_ACPI_STATUS (AE_BAD_PARAMETER); + return_ACPI_STATUS (AE_AML_OPERAND_TYPE); } /* Get the table index from the DdbHandle */ |