Moved ntohl to utils, renamed to AcpiUtDwordByteSwap

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

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: nsdump - table dumping routines for debug
* $Revision: 1.133 $
* $Revision: 1.134 $
*
*****************************************************************************/
@ -642,8 +642,8 @@ AcpiNsDumpOneObject (
}
else
{
AcpiOsPrintf ("(Ptr to ACPI Object type %2.2X [%s])\n",
(UINT32) ObjType, AcpiUtGetTypeName (ObjType));
AcpiOsPrintf ("(Ptr to ACPI Object type %s, %X)\n",
AcpiUtGetTypeName (ObjType), ObjType);
BytesToDump = sizeof (ACPI_OPERAND_OBJECT);
}
break;