mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
Debug output fixes
date 2002.05.10.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
daeb09876d
commit
2469866ebe
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: nsdump - table dumping routines for debug
|
||||
* $Revision: 1.132 $
|
||||
* $Revision: 1.133 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -643,7 +643,7 @@ AcpiNsDumpOneObject (
|
||||
else
|
||||
{
|
||||
AcpiOsPrintf ("(Ptr to ACPI Object type %2.2X [%s])\n",
|
||||
ObjType, AcpiUtGetTypeName (ObjType));
|
||||
(UINT32) ObjType, AcpiUtGetTypeName (ObjType));
|
||||
BytesToDump = sizeof (ACPI_OPERAND_OBJECT);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user