mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 14:29:18 +03:00
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:
parent
9181a590d6
commit
b7a4a41b3f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user