Fix for Store(Index.... Caused by new ARGI for Store.

date	2005.02.11.21.42.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:50:14 +00:00
parent 715996074d
commit 053b2d1a27

View File

@ -2,7 +2,7 @@
/****************************************************************************** /******************************************************************************
* *
* Module Name: exresop - AML Interpreter operand/object resolution * Module Name: exresop - AML Interpreter operand/object resolution
* $Revision: 1.73 $ * $Revision: 1.74 $
* *
*****************************************************************************/ *****************************************************************************/
@ -404,7 +404,7 @@ AcpiExResolveOperands (
goto NextOperand; goto NextOperand;
case ARGI_ANYTYPE: case ARGI_DATAREFOBJ: /* Store operator only */
/* /*
* We don't want to resolve IndexOp reference objects during * We don't want to resolve IndexOp reference objects during