mirror of
https://github.com/acpica/acpica/
synced 2025-03-30 10:02:59 +03:00
Debug output fixes
date 2002.05.10.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
2a5378dd28
commit
166ff4c65e
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user