mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
fixed bug in CircleRange::minimalContainer
This commit is contained in:
parent
b127e3c91b
commit
65e3ab768f
@ -489,7 +489,7 @@ bool CircleRange::minimalContainer(const CircleRange &op2,int4 maxStep)
|
||||
}
|
||||
else {
|
||||
left = op2.left;
|
||||
right = bRight;
|
||||
right = aRight;
|
||||
}
|
||||
break;
|
||||
case 'b': // order (l op2.l r op2.r)
|
||||
|
Loading…
Reference in New Issue
Block a user