mirror of
https://github.com/acpica/acpica/
synced 2025-01-22 01:12:03 +03:00
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:
parent
e9f18d7c17
commit
91c58ec2d7
@ -525,6 +525,10 @@ AcpiDmIsEisaId (
|
||||
}
|
||||
|
||||
NextOp = AcpiPsGetDepthNext (NULL, Op);
|
||||
if (!NextOp)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/* Check for _HID - has one argument */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user