mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 01:44:33 +03:00
Moved ntohl to utils, renamed to AcpiUtDwordByteSwap
date 2002.05.14.16.34.00; author rmoore1; state Exp;
This commit is contained in:
parent
2469866ebe
commit
0408fe4fe7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user