mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
Changed an error code
date 2000.03.21.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
f598711af3
commit
c417127804
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user