mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
stability in ValueSetRead
This commit is contained in:
parent
fa37bf940e
commit
d4ebf6f753
2 changed files with 9 additions and 2 deletions
|
@ -1771,6 +1771,8 @@ void ValueSetRead::compute(void)
|
|||
ValueSet *valueSet = vn->getValueSet();
|
||||
typeCode = valueSet->getTypeCode();
|
||||
range = valueSet->getRange();
|
||||
leftIsStable = valueSet->isLeftStable();
|
||||
rightIsStable = valueSet->isRightStable();
|
||||
if (typeCode == equationTypeCode) {
|
||||
if (0 != range.intersect(equationConstraint)) {
|
||||
range = equationConstraint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue