Skip to content

Commit 152b54b

Browse files
committed
Do not expand lifted thread ID
1 parent bbe86ae commit 152b54b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdomains/threadIdDomain.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ module ThreadLiftNames = struct
199199
include Printable.DefaultConf
200200
let bot_name = "Bot Threads"
201201
let top_name = "Top Threads"
202+
let expand1 = false
202203
end
203204
module Lift (Thread: S) =
204205
struct

0 commit comments

Comments
 (0)