summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/dmopcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/dmopcode.c')
-rw-r--r--sys/contrib/dev/acpica/dmopcode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/dmopcode.c b/sys/contrib/dev/acpica/dmopcode.c
index 8f89c66..4059848 100644
--- a/sys/contrib/dev/acpica/dmopcode.c
+++ b/sys/contrib/dev/acpica/dmopcode.c
@@ -1,7 +1,7 @@
/*******************************************************************************
*
* Module Name: dmopcode - AML disassembler, specific AML opcodes
- * $Revision: 79 $
+ * $Revision: 81 $
*
******************************************************************************/
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2002, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -335,7 +335,7 @@ AcpiDmMatchKeyword (
{
- if (Op->Common.Value.Integer32 >= NUM_MATCH_OPS)
+ if (Op->Common.Value.Integer32 >= ACPI_NUM_MATCH_OPS)
{
AcpiOsPrintf ("/* Unknown Match Keyword encoding */");
}
OpenPOWER on IntegriCloud