mirror of
https://github.com/acpica/acpica/
synced 2025-02-24 01:14:46 +03:00
New exception codes
date 99.07.06.17.36.00; author rmoore1; state Exp;
This commit is contained in:
parent
342c70e7fb
commit
972783c2b3
@ -225,7 +225,7 @@ NsEvaluateByName (
|
||||
ACPI_OBJECT *ReturnObject,
|
||||
ACPI_OBJECT **Params)
|
||||
{
|
||||
ACPI_STATUS Status = AE_ERROR;
|
||||
ACPI_STATUS Status;
|
||||
NAME_TABLE_ENTRY *ObjEntry = NULL;
|
||||
char *InternalPath = NULL;
|
||||
|
||||
@ -309,7 +309,7 @@ NsEvaluateByHandle (
|
||||
ACPI_OBJECT *ReturnObject,
|
||||
ACPI_OBJECT **Params)
|
||||
{
|
||||
ACPI_STATUS Status = AE_ERROR;
|
||||
ACPI_STATUS Status;
|
||||
|
||||
|
||||
FUNCTION_TRACE ("NsEvaluateByHandle");
|
||||
@ -364,14 +364,6 @@ NsEvaluateByHandle (
|
||||
}
|
||||
|
||||
|
||||
/* TBD: Unecessary mapping? */
|
||||
|
||||
if (AE_AML_ERROR == Status)
|
||||
{
|
||||
Status = AE_ERROR;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Check if there is a return value on the stack that must be dealt with
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user