date	2000.04.20.22.40.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:22:02 +00:00
parent d527ad1bce
commit 870156e4e7

View File

@ -669,11 +669,15 @@ NsDumpEntry (
ACPI_HANDLE Handle,
UINT32 DebugLevel)
{
ACPI_WALK_INFO Info;
FUNCTION_TRACE_PTR ("NsDumpEntry", Handle);
Info.DebugLevel = DebugLevel;
Info.OwnerId = ACPI_UINT32_MAX;
NsDumpOneObject (Handle, 1, (void *) DebugLevel, NULL);
NsDumpOneObject (Handle, 1, &Info, NULL);
DEBUG_PRINT (TRACE_EXEC, ("leave NsDumpEntry %p\n", Handle));
return_VOID;