mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 17:14:13 +03:00
Changes to upgrade 16-bit support
date 2002.05.16.22.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
c362038472
commit
9ff56fcd22
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: exdump - Interpreter debug output routines
|
||||
* $Revision: 1.152 $
|
||||
* $Revision: 1.153 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -625,7 +625,7 @@ AcpiExOutAddress (
|
||||
ACPI_PHYSICAL_ADDRESS Value)
|
||||
{
|
||||
|
||||
#ifdef _IA16
|
||||
#if ACPI_MACHINE_WIDTH == 16
|
||||
AcpiOsPrintf ("%20s : %p\n", Title, Value);
|
||||
#else
|
||||
AcpiOsPrintf ("%20s : %8.8X%8.8X\n", Title,
|
||||
|
Loading…
x
Reference in New Issue
Block a user