Changed an error code

date	2000.03.21.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:06:35 +00:00
parent f598711af3
commit c417127804

View File

@ -458,14 +458,17 @@ PsParseLoop (
else
Args++;
/* TBD: Should be NsLookup after parsed NS is deleted? */
/* Find the name in the parse tree */
/* TBD: what if a control method references outside its scope? */
/* ie - should we be using nslookup here? */
Op = PsFind (PsGetParentScope (ParserState),
PsGetNextNamestring (ParserState), Opcode, 1);
if (!Op)
{
return_ACPI_STATUS (AE_NO_MEMORY);
return_ACPI_STATUS (AE_NOT_FOUND);
}
Gbl_Depth++;