Be more careful about inadvertently opening scopes

date	2000.03.13.22.21.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:04:30 +00:00
parent 92015f2394
commit 4ebea188f1
2 changed files with 284 additions and 412 deletions

View File

@ -460,7 +460,7 @@ PsxBuildInternalSimpleObj (
}
Status = NsLookup (Gbl_CurrentScope->Scope, NameString, ACPI_TYPE_Any, IMODE_Execute,
NS_SEARCH_PARENT, (NAME_TABLE_ENTRY **) &ObjDesc);
NS_SEARCH_PARENT | NS_DONT_OPEN_SCOPE, (NAME_TABLE_ENTRY **) &ObjDesc);
/* Free the namestring created above */

File diff suppressed because it is too large Load Diff