mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
Added a status check
date 2000.05.05.16.11.00; author rmoore1; state Exp;
This commit is contained in:
parent
fc6f3914f3
commit
cf5a899292
@ -553,7 +553,11 @@ DsExecEndOp (
|
||||
if ((WalkState->Origin->Opcode == AML_MethodOp) &&
|
||||
(WalkState->Origin != Op))
|
||||
{
|
||||
DsLoad2EndOp (WalkState, Op);
|
||||
Status = DsLoad2EndOp (WalkState, Op);
|
||||
if (ACPI_FAILURE (Status))
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
switch (Op->Opcode)
|
||||
@ -565,7 +569,6 @@ DsExecEndOp (
|
||||
|
||||
Status = DsEvalRegionOperands (WalkState, Op);
|
||||
|
||||
|
||||
break;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user