Debug output fixes

date	2002.05.10.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:19:15 +00:00
parent 2a5378dd28
commit 166ff4c65e

View File

@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbdisply - debug display commands
* $Revision: 1.71 $
* $Revision: 1.72 $
*
******************************************************************************/
@ -417,8 +417,8 @@ AcpiDbDecodeInternalObject (
{
case ACPI_TYPE_INTEGER:
AcpiOsPrintf (" %.8X%.8X", ACPI_HIDWORD (ObjDesc->Integer.Value),
ACPI_LODWORD (ObjDesc->Integer.Value));
AcpiOsPrintf (" %8.8X%8.8X", ACPI_HIDWORD (ObjDesc->Integer.Value),
ACPI_LODWORD (ObjDesc->Integer.Value));
break;