mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-03 04:39:50 +00:00
The current ConditionallyUnregisterSymbolVisitor has the following two issues. 1. The visitor will crash when a DefIfElse node is not fully parsed due to failed deferred expansion. 2. Nested DefIfElse of disabled blocks are still checked and one of its branch may still take effect. This patch fixes those issues by checking the predicates of a DefIfElse block only when conditionally_hidden is False and check existence of TermList and DefElse clauses. Tracked-On: #6298 Signed-off-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
aml | ||
__init__.py | ||
_utils.py | ||
apic.py | ||
asf.py | ||
dmar.py | ||
dsdt.py | ||
facp.py | ||
rdt.py | ||
rtct.py |