Misc fixes for new interfaces

date	2000.09.15.21.23.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:07:29 +00:00
parent 18f809922f
commit 6a85de5a63

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psparse - Parser top level AML parse routines
* $Revision: 1.55 $
* $Revision: 1.56 $
*
*****************************************************************************/
@ -666,6 +666,7 @@ AcpiPsNextParseState (
}
/*******************************************************************************
*
* FUNCTION: AcpiPsParseLoop
@ -1060,14 +1061,8 @@ CloseThisOp:
/*
* Finished one argument of the containing scope
*
* Don't allow ArgCount to go below zero. This allows for
* methods to be restarted
*/
if (ParserState->Scope->ParseScope.ArgCount)
{
ParserState->Scope->ParseScope.ArgCount--;
}
ParserState->Scope->ParseScope.ArgCount--;
/* Close this Op (may result in parse subtree deletion) */