Init status to handle case of zero operands

date	2000.01.26.18.37.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:08:32 +00:00
parent 7632fb40d8
commit af30405689

View File

@ -504,7 +504,7 @@ PsxResolveOperands (
ACPI_WALK_STATE *WalkState)
{
UINT32 i;
ACPI_STATUS Status;
ACPI_STATUS Status = AE_OK;
FUNCTION_TRACE_PTR ("PsxResolveOperands", WalkState);