Skip to content

Commit

Permalink
Use multiple also in bot case
Browse files Browse the repository at this point in the history
Co-authored-by: Simmo Saan <[email protected]>
  • Loading branch information
michael-schwarz and sim642 authored Nov 4, 2024
1 parent c0d51c3 commit 1bb50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyses/threadAnalysis.ml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ struct
match creator with
| `Lifted ctid -> (repeated || multiple, TS.singleton ctid, false)
| `Top -> (true, TS.bot (), false)
| `Bot -> (false || multiple, TS.bot (), false)
| `Bot -> (multiple, TS.bot (), false)
in
ctx.sideg tid eff;
D.join ctx.local (D.singleton tid)
Expand Down

0 comments on commit 1bb50df

Please sign in to comment.