Fix bug where is_call_return_effect_applied
was never set
This commit is contained in:
parent
a7f52520d5
commit
b4e94d9a3a
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ where
|
|||
..
|
||||
} = &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…
Add table
Add a link
Reference in a new issue