mirror of
https://github.com/acpica/acpica/
synced 2025-02-26 18:34:17 +03:00
64-bit integer display (always)
date 2001.10.04.20.39.00; author rmoore1; state Exp;
This commit is contained in:
parent
4d3a594ee8
commit
f4b894964b
@ -1,7 +1,7 @@
|
||||
/*******************************************************************************
|
||||
*
|
||||
* Module Name: dbutils - AML debugger utilities
|
||||
* $Revision: 1.44 $
|
||||
* $Revision: 1.45 $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
@ -232,7 +232,7 @@ AcpiDbDumpObject (
|
||||
|
||||
case ACPI_TYPE_INTEGER:
|
||||
|
||||
AcpiOsPrintf ("[Integer] = %X%8.8X\n", HIDWORD (ObjDesc->Integer.Value),
|
||||
AcpiOsPrintf ("[Integer] = %8.8X%8.8X\n", HIDWORD (ObjDesc->Integer.Value),
|
||||
LODWORD (ObjDesc->Integer.Value));
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user