Don't single step named field ops

date	2000.04.07.17.38.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 16:28:21 +00:00
parent d507162397
commit 2eda36d293

View File

@ -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: