summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/tbgetall.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/tbgetall.c')
-rw-r--r--sys/contrib/dev/acpica/tbgetall.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/tbgetall.c b/sys/contrib/dev/acpica/tbgetall.c
index 4ed22b0..ef20eb8 100644
--- a/sys/contrib/dev/acpica/tbgetall.c
+++ b/sys/contrib/dev/acpica/tbgetall.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: tbgetall - Get all required ACPI tables
- * $Revision: 7 $
+ * $Revision: 8 $
*
*****************************************************************************/
@@ -324,8 +324,7 @@ AcpiTbGetRequiredTables (
{
ACPI_REPORT_WARNING (("%s, while getting table at %8.8X%8.8X\n",
AcpiFormatException (Status),
- ACPI_HIDWORD (Address.Pointer.Value),
- ACPI_LODWORD (Address.Pointer.Value)));
+ ACPI_FORMAT_UINT64 (Address.Pointer.Value)));
}
}
OpenPOWER on IntegriCloud