mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 07:59:44 +03:00
Init status to handle case of zero operands
date 2000.01.26.18.37.00; author rmoore1; state Exp;
This commit is contained in:
parent
7632fb40d8
commit
af30405689
@ -504,7 +504,7 @@ PsxResolveOperands (
|
||||
ACPI_WALK_STATE *WalkState)
|
||||
{
|
||||
UINT32 i;
|
||||
ACPI_STATUS Status;
|
||||
ACPI_STATUS Status = AE_OK;
|
||||
|
||||
|
||||
FUNCTION_TRACE_PTR ("PsxResolveOperands", WalkState);
|
||||
|
Loading…
Reference in New Issue
Block a user