mirror of
https://github.com/acpica/acpica/
synced 2025-03-11 00:31:53 +03:00
Deployed ACPI_FORMAT_UINT64 to simplify output statements
date 2003.10.22.16.34.00; author rmoore1; state Exp;
This commit is contained in:
parent
6f8c26ec50
commit
4d0cd01282
@ -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;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user