lifting-bits / dds

Dr. Disassembler
35 stars 9 forks source link

This commit fixes handling of pseudo fall-throughs. All of the condit… #9

Closed pgoodman closed 3 years ago

pgoodman commented 3 years ago

…ions are really 'restrictions' on pseudo-fall-throughts, and so we really want the conjunction of all the different restrictions, and not the disjunction (which happens when we split them into differerent clauses).