mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 00:44:17 +03:00
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:
parent
e3a02bd277
commit
f72bceaaf2
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user