summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dbutils.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2001-01-31 09:17:50 +0000
committermsmith <msmith@FreeBSD.org>2001-01-31 09:17:50 +0000
commitd0b0463ce5e8e28f0624e048eae1fbed16350d76 (patch)
treecc3168c29a9d56f542156ea375617bc4c82248a1 /sys/contrib/dev/acpica/dbutils.c
parent312d4981dc089e0a17e1a9f2cdf4d7327f25af69 (diff)
parent7948a3a80426e7bdc0728814e72cf46852c46576 (diff)
downloadFreeBSD-src-d0b0463ce5e8e28f0624e048eae1fbed16350d76.zip
FreeBSD-src-d0b0463ce5e8e28f0624e048eae1fbed16350d76.tar.gz
This commit was generated by cvs2svn to compensate for changes in r71867,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica/dbutils.c')
-rw-r--r--sys/contrib/dev/acpica/dbutils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/dbutils.c b/sys/contrib/dev/acpica/dbutils.c
index 4b4d928..2c0bae7 100644
--- a/sys/contrib/dev/acpica/dbutils.c
+++ b/sys/contrib/dev/acpica/dbutils.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dbutils - AML debugger utilities
- * $Revision: 34 $
+ * $Revision: 35 $
*
******************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999, 2000, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999, 2000, 2001, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -230,8 +230,8 @@ AcpiDbDumpObject (
break;
- case ACPI_TYPE_NUMBER:
- AcpiOsPrintf ("[Number] Value: %ld (%lX)\n", ObjDesc->Number.Value, ObjDesc->Number.Value);
+ case ACPI_TYPE_INTEGER:
+ AcpiOsPrintf ("[Number] Value: %ld (%lX)\n", ObjDesc->Integer.Value, ObjDesc->Integer.Value);
break;
OpenPOWER on IntegriCloud