mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Misc fixes for new interfaces
date 2000.09.15.21.23.00; author rmoore1; state Exp;
This commit is contained in:
parent
18f809922f
commit
6a85de5a63
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user