Pop result state

date	2005.02.11.23.07.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:12:39 +00:00
parent 184181eaf6
commit b90003965e

View File

@ -2,7 +2,7 @@
*
* Module Name: dswexec - Dispatcher method execution callbacks;
* dispatch to interpreter.
* $Revision: 1.114 $
* $Revision: 1.116 $
*
*****************************************************************************/
@ -10,7 +10,7 @@
*
* 1. Copyright Notice
*
* Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
* Some or all of this work - Copyright (c) 1999 - 2005, Intel Corp.
* All rights reserved.
*
* 2. License
@ -692,6 +692,14 @@ AcpiDsExecEndOp (
break;
}
/* Done with this result state (Now that operand stack is built) */
Status = AcpiDsResultStackPop (WalkState);
if (ACPI_FAILURE (Status))
{
goto Cleanup;
}
/*
* If a result object was returned from above, push it on the
* current result stack