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