mirror of
https://github.com/acpica/acpica/
synced 2025-01-19 07:59:44 +03:00
Be more careful about inadvertently opening scopes
date 2000.03.13.22.21.00; author rmoore1; state Exp;
This commit is contained in:
parent
92015f2394
commit
4ebea188f1
@ -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
Loading…
Reference in New Issue
Block a user