From 4a971257d3dcd405c227bcc6e540511cbd19fd03 Mon Sep 17 00:00:00 2001 From: marks Date: Fri, 2 Jul 2004 08:14:36 +0000 Subject: Vendor import of Intel ACPI-CA 20040527 --- sys/contrib/dev/acpica/compiler/aslcompiler.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/contrib/dev/acpica/compiler') diff --git a/sys/contrib/dev/acpica/compiler/aslcompiler.y b/sys/contrib/dev/acpica/compiler/aslcompiler.y index 18fe3af..a3cbf5a 100644 --- a/sys/contrib/dev/acpica/compiler/aslcompiler.y +++ b/sys/contrib/dev/acpica/compiler/aslcompiler.y @@ -2252,7 +2252,7 @@ QWordConstExpr ConstExprTerm : PARSEOP_ZERO {$$ = TrCreateValuedLeafNode (PARSEOP_ZERO, 0);} | PARSEOP_ONE {$$ = TrCreateValuedLeafNode (PARSEOP_ONE, 1);} - | PARSEOP_ONES {$$ = TrCreateValuedLeafNode (PARSEOP_ONES, 0xFFFFFFFFFFFFFFFFull);} + | PARSEOP_ONES {$$ = TrCreateValuedLeafNode (PARSEOP_ONES, ACPI_INTEGER_MAX);} ; /* OptionalCount must appear before ByteList or an incorrect reduction will result */ -- cgit v1.1