We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c7cf1 commit 79b8d76Copy full SHA for 79b8d76
src/analyses/wrapperFunctionAnalysis.ml
@@ -141,9 +141,9 @@ module MallocWrapper : MCPSpec = struct
141
if not (GobConfig.get_bool "dbg.full-output") && ThreadLifted.is_top t then
142
Format.dprintf ""
143
else
144
- Format.dprintf "@tid:%s%t" (ThreadLifted.show t) uniq_count
+ Format.dprintf "@tid:%s" (ThreadLifted.show t)
145
in
146
- Format.asprintf "(alloc@sid:%s%t)" (Node.show_id node) tid
+ Format.asprintf "(alloc@sid:%s%t%t)" (Node.show_id node) tid uniq_count
147
end
148
149
module NodeVarinfoMap = RichVarinfo.BiVarinfoMap.Make(ThreadNode)
0 commit comments