summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
committermsmith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
commitf4b6d0429cccf6d1c0e3d90a616abbeacd13ad15 (patch)
treec4556035d0a02228c5da80dce4638e77d2521d9c /sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c
parent4d595f4926afa2a1f9c1a96d657dba5d33297a85 (diff)
downloadFreeBSD-src-f4b6d0429cccf6d1c0e3d90a616abbeacd13ad15.zip
FreeBSD-src-f4b6d0429cccf6d1c0e3d90a616abbeacd13ad15.tar.gz
Update to the 20001201 ACPI CA snapshot.
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c')
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c b/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c
index 98a4ed5..cbd5fcb 100644
--- a/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c
+++ b/sys/contrib/dev/acpica/Subsystem/Dispatcher/dsmethod.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: dsmethod - Parser/Interpreter interface - control method parsing
- * $Revision: 52 $
+ * $Revision: 53 $
*
*****************************************************************************/
@@ -524,7 +524,7 @@ AcpiDsRestartControlMethod (
* NULL if no return value
*/
- Status = AcpiDsResultStackPush (ReturnDesc, WalkState);
+ Status = AcpiDsResultPush (ReturnDesc, WalkState);
if (ACPI_FAILURE (Status))
{
AcpiCmRemoveReference (ReturnDesc);
OpenPOWER on IntegriCloud