mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
Added control method termination procedure
date 2000.05.08.15.57.00; author rmoore1; state Exp;
This commit is contained in:
parent
cf5a899292
commit
e4c3b4064a
@ -574,15 +574,6 @@ DsExecEndOp (
|
||||
|
||||
case AML_MethodOp:
|
||||
|
||||
/*
|
||||
* End of a method execution
|
||||
* Delete the method's parse tree if asked to
|
||||
*/
|
||||
if (Gbl_WhenToParseMethods & METHOD_DELETE_AT_COMPLETION)
|
||||
{
|
||||
PsDeleteParseTree (WalkState->MethodDesc->Method.ParserOp);
|
||||
WalkState->MethodDesc->Method.ParserOp = NULL;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user