date 99.07.01.19.22.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-06-29 19:11:33 +00:00
parent cd144ef442
commit d7aed5353b

View File

@ -124,6 +124,7 @@ UINT32 DebugLevel = NORMAL_DEFAULT;
/* Debug switch - layer (component) mask */
UINT32 DebugLayer = ALL_COMPONENTS;
UINT32 NestingLevel = 0;
@ -421,12 +422,6 @@ InitAcpiLibGlobals (void)
RootObject->Type = TYPE_Any;
RootObject->Value = NULL;
/* Debug */
NestingLevel = 0;
FUNCTION_EXIT;
}