aboutsummaryrefslogtreecommitdiff
path: root/compiler/aslopcodes.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2009-06-01 21:02:40 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2009-06-01 21:02:40 +0000
commite83ee77d7b009e11006d75946be388f7b99f9990 (patch)
tree73c1236e3073233e35dc547eb58ea55eafda9edc /compiler/aslopcodes.c
parent7029c194b68de13ac02301d603a5e3c180d220e6 (diff)
Notes
Diffstat (limited to 'compiler/aslopcodes.c')
-rw-r--r--compiler/aslopcodes.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/compiler/aslopcodes.c b/compiler/aslopcodes.c
index bad356a0964e..e38626642794 100644
--- a/compiler/aslopcodes.c
+++ b/compiler/aslopcodes.c
@@ -2,7 +2,6 @@
/******************************************************************************
*
* Module Name: aslopcode - AML opcode generation
- * $Revision: 1.74 $
*
*****************************************************************************/
@@ -10,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2007, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -546,7 +545,7 @@ OpcDoEisaId (
UINT32 BigEndianId;
char *InString;
ACPI_STATUS Status = AE_OK;
- ACPI_NATIVE_UINT i;
+ UINT32 i;
InString = (char *) Op->Asl.Value.String;
@@ -642,7 +641,7 @@ OpcDoUuId (
char *InString;
char *Buffer;
ACPI_STATUS Status = AE_OK;
- ACPI_NATIVE_UINT i;
+ UINT32 i;
ACPI_PARSE_OBJECT *NewOp;