mirror of
https://github.com/acpica/acpica/
synced 2025-01-01 07:04:27 +03:00
New object type names
date 99.09.22.21.56.00; author rmoore1; state Exp;
This commit is contained in:
parent
0bea6ed728
commit
2e31850954
@ -216,7 +216,7 @@ NsPushMethodScope (
|
||||
{
|
||||
if (Gbl_CurrentScope < &Gbl_ScopeStack[MAX_SCOPE_NESTING-1]) /* check for overflow */
|
||||
{
|
||||
NsPushCurrentScope (((NAME_TABLE_ENTRY *) NewScope)->Scope, TYPE_Method);
|
||||
NsPushCurrentScope (((NAME_TABLE_ENTRY *) NewScope)->Scope, ACPI_TYPE_Method);
|
||||
}
|
||||
|
||||
else
|
||||
@ -274,7 +274,7 @@ NsPopCurrent (
|
||||
|
||||
DEBUG_PRINT (TRACE_EXEC, ("Popped %d\n", (Gbl_CurrentScope+1)->Type));
|
||||
|
||||
if ((TYPE_Any == Type) || (Type == (Gbl_CurrentScope + 1)->Type))
|
||||
if ((ACPI_TYPE_Any == Type) || (Type == (Gbl_CurrentScope + 1)->Type))
|
||||
{
|
||||
DEBUG_PRINT (TRACE_EXEC, ("Found %d\n", Type));
|
||||
return_VALUE (Count);
|
||||
|
Loading…
Reference in New Issue
Block a user