mirror of
https://github.com/acpica/acpica/
synced 2025-01-17 14:59:56 +03:00
Bug fix
date 2000.04.20.22.40.00; author rmoore1; state Exp;
This commit is contained in:
parent
d527ad1bce
commit
870156e4e7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user