mirror of
https://github.com/acpica/acpica/
synced 2025-02-26 18:34:17 +03:00
Don't single step named field ops
date 2000.04.07.17.38.00; author rmoore1; state Exp;
This commit is contained in:
parent
d507162397
commit
2eda36d293
@ -176,6 +176,12 @@ DbSingleStep (
|
||||
* Check if this is an opcode that we are interested in --
|
||||
* namely, opcodes that have arguments
|
||||
*/
|
||||
|
||||
if (Op->Opcode == AML_NAMEDFIELD_OP)
|
||||
{
|
||||
return AE_OK;
|
||||
}
|
||||
|
||||
switch (OpType)
|
||||
{
|
||||
case OPTYPE_UNDEFINED:
|
||||
|
Loading…
x
Reference in New Issue
Block a user