Fix bug where is_call_return_effect_applied
was never set
This commit is contained in:
parent
a7f52520d5
commit
b4e94d9a3a
@ -274,6 +274,7 @@ pub fn seek_after_assume_call_returns(&mut self, target: Location) {
|
||||
..
|
||||
} = &term.kind {
|
||||
if !self.is_call_return_effect_applied {
|
||||
self.is_call_return_effect_applied = true;
|
||||
self.results.analysis.apply_call_return_effect(
|
||||
&mut self.state,
|
||||
target.block,
|
||||
|
Loading…
Reference in New Issue
Block a user