Skip to content

Commit

Permalink
Do not expand lifted thread ID
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Dec 15, 2023
1 parent bbe86ae commit 152b54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cdomains/threadIdDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ module ThreadLiftNames = struct
include Printable.DefaultConf
let bot_name = "Bot Threads"
let top_name = "Top Threads"
let expand1 = false
end
module Lift (Thread: S) =
struct
Expand Down

0 comments on commit 152b54b

Please sign in to comment.