mirror of
https://github.com/acpica/acpica/
synced 2025-03-03 21:01:40 +03:00
Display result object if it is a predicate being evaluted
date 2000.03.23.20.33.00; author rmoore1; state Exp;
This commit is contained in:
parent
51f2813e29
commit
b2b961ec13
@ -656,6 +656,10 @@ PsxExecEndOp (
|
||||
DEBUG_PRINT (TRACE_EXEC, ("ExecEndOp: Completed a predicate eval=%X Op=%X\n",
|
||||
WalkState->ControlState->Predicate, Op));
|
||||
|
||||
/* Break to debugger to display result */
|
||||
|
||||
DEBUG_EXEC (DbDisplayResultObject (ObjDesc));
|
||||
|
||||
/* Delete the predicate result object (we know that we don't need it anymore) and cleanup the stack */
|
||||
|
||||
CmDeleteInternalObject (ObjDesc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user