Deployed ACPI_FORMAT_UINT64 to simplify output statements

date	2003.10.22.16.34.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:56:49 +00:00
parent 6f8c26ec50
commit 4d0cd01282

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslfold - Constant folding
* $Revision: 1.7 $
* $Revision: 1.8 $
*
*****************************************************************************/
@ -461,8 +461,7 @@ OpcAmlConstantWalk (
OpcSetOptimalIntegerSize (Op);
DbgPrint (ASL_PARSE_OUTPUT, "Constant expression reduced to (INTEGER) %8.8X%8.8X\n",
ACPI_HIDWORD (ObjDesc->Integer.Value),
ACPI_LODWORD (ObjDesc->Integer.Value));
ACPI_FORMAT_UINT64 (ObjDesc->Integer.Value));
break;