Removed ParserOp from Method internal object

date	2000.08.21.22.49.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:06:47 +00:00
parent 0b748f5e75
commit 0220539cbe

View File

@ -1,8 +1,9 @@
/******************************************************************************
*
* Module Name: dsopcode - Dispatcher Op Region support
* and handling of "control" opcodes
* Module Name: dsopcode - Dispatcher Op Region support and handling of
* "control" opcodes
* $Revision: 1.13 $
*
*****************************************************************************/
@ -225,7 +226,8 @@ AcpiDsGetRegionArguments (
Op->AcpiNamedObject = AcpiNsGetParentEntry (Entry);
Status = AcpiPsParseAml (Op, MethodDesc->Method.Pcode,
MethodDesc->Method.PcodeLength, PARSE_DELETE_TREE,
MethodDesc->Method.PcodeLength,
ACPI_PARSE_EXECUTE | ACPI_PARSE_DELETE_TREE,
NULL /*MethodDesc*/, NULL, NULL,
AcpiDsExecBeginOp, AcpiDsExecEndOp);
/*