Added error checks for fields that are longer than the parent region.

date	2001.05.02.16.29.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:40:18 +00:00
parent e3a02bd277
commit f72bceaaf2
2 changed files with 4 additions and 5 deletions

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslanalyze.c - check for semantic errors
* $Revision: 1.30 $
* $Revision: 1.31 $
*
*****************************************************************************/
@ -1090,7 +1090,6 @@ AnSemanticAnalysisWalkBegin (
{
/* ASL_ANALYSIS_WALK_INFO *WalkInfo = (ASL_ANALYSIS_WALK_INFO *) Context; */
return AE_OK;
}

View File

@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: aslcompiler.h - common include file
* $Revision: 1.60 $
* $Revision: 1.61 $
*
*****************************************************************************/
@ -164,8 +164,8 @@ getopt (
* Compiler versions and names
*/
#define CompilerVersion "X2017"
#define CompilerCreatorRevision 0x02002017 /* Acpi 2.0, Version # */
#define CompilerVersion "X2018"
#define CompilerCreatorRevision 0x02002018 /* Acpi 2.0, Version # */
#define CompilerId "Intel ACPI Component Architecture ASL Compiler"
#define CompilerCopyright "Copyright (C) 2000, 2001 Intel Corporation"