Disassembler: single-step support for _CID packages.

Add support to allow single stepping of _CID with support for
EisaId checking.
This commit is contained in:
Robert Moore 2008-06-04 14:25:08 -07:00
parent e9f18d7c17
commit 91c58ec2d7

View File

@ -525,6 +525,10 @@ AcpiDmIsEisaId (
}
NextOp = AcpiPsGetDepthNext (NULL, Op);
if (!NextOp)
{
return;
}
/* Check for _HID - has one argument */