diff options
Diffstat (limited to 'compiler/asltree.c')
-rw-r--r-- | compiler/asltree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/asltree.c b/compiler/asltree.c index 30f59ee..1167f51 100644 --- a/compiler/asltree.c +++ b/compiler/asltree.c @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp. * All rights reserved. * * 2. License @@ -490,7 +490,7 @@ TrCreateLeafNode ( ACPI_PARSE_OBJECT * TrCreateValuedLeafNode ( UINT32 ParseOpcode, - ACPI_INTEGER Value) + UINT64 Value) { ACPI_PARSE_OBJECT *Op; |