mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
fixed bug in CircleRange::minimalContainer
This commit is contained in:
parent
b127e3c91b
commit
65e3ab768f
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ bool CircleRange::minimalContainer(const CircleRange &op2,int4 maxStep)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
left = op2.left;
|
left = op2.left;
|
||||||
right = bRight;
|
right = aRight;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'b': // order (l op2.l r op2.r)
|
case 'b': // order (l op2.l r op2.r)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue