mirror of
https://github.com/acpica/acpica/
synced 2025-01-18 15:39:18 +03:00
C++ -> C style comment
date 2000.08.10.00.04.00; author agrover; state Exp;
This commit is contained in:
parent
f0873a62c4
commit
c302084920
@ -579,8 +579,8 @@ AcpiPsNextParseState (
|
||||
* execution. Go back to the start of the loop and reevaluate the
|
||||
* predicate.
|
||||
*/
|
||||
// WalkState->ControlState->Common.State =
|
||||
// CONTROL_PREDICATE_EXECUTING;
|
||||
/* WalkState->ControlState->Common.State =
|
||||
CONTROL_PREDICATE_EXECUTING;*/
|
||||
|
||||
/* TBD: How to handle a break within a while. */
|
||||
/* This code attempts it */
|
||||
@ -1317,8 +1317,8 @@ AcpiPsParseAml (
|
||||
* there's lots of cleanup to do
|
||||
*/
|
||||
|
||||
if (WalkState->MethodDesc) // &&
|
||||
// WalkState->MethodDesc->Method.ParserOp)
|
||||
if (WalkState->MethodDesc) /*&&
|
||||
WalkState->MethodDesc->Method.ParserOp)*/
|
||||
{
|
||||
AcpiDsTerminateControlMethod (WalkState);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user