Debug output fixes

date	2002.05.10.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:23:18 +00:00
parent daeb09876d
commit 2469866ebe

View File

@ -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;