Pass full pointer ReturnObj to GetPredicateValue (eventually used as a

boolean)


date	2001.12.12.17.31.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:30:43 +00:00
parent 9181a590d6
commit b7a4a41b3f

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acdispat.h - dispatcher (parser to interpreter interface)
* $Revision: 1.48 $
* $Revision: 1.49 $
*
*****************************************************************************/
@ -177,7 +177,7 @@ AcpiDsExecEndControlOp (
ACPI_STATUS
AcpiDsGetPredicateValue (
ACPI_WALK_STATE *WalkState,
UINT32 HasResultObj);
ACPI_OPERAND_OBJECT *ResultObj);
ACPI_STATUS
AcpiDsExecBeginOp (