date	2001.10.29.20.23.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 18:08:23 +00:00
parent 7c5dc10fad
commit 33bec31574

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psparse - Parser top level AML parse routines
* $Revision: 1.105 $
* $Revision: 1.106 $
*
*****************************************************************************/
@ -152,7 +152,7 @@ extern UINT32 AcpiGbl_ScopeDepth;
*
******************************************************************************/
static UINT32
UINT32
AcpiPsGetOpcodeSize (
UINT32 Opcode)
{
@ -273,7 +273,7 @@ AcpiPsFindObject (
*
******************************************************************************/
static BOOLEAN
BOOLEAN
AcpiPsCompleteThisOp (
ACPI_WALK_STATE *WalkState,
ACPI_PARSE_OBJECT *Op)
@ -423,7 +423,7 @@ AcpiPsCompleteThisOp (
*
******************************************************************************/
static ACPI_STATUS
ACPI_STATUS
AcpiPsNextParseState (
ACPI_WALK_STATE *WalkState,
ACPI_PARSE_OBJECT *Op,