File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1878,7 +1878,7 @@ struct
18781878
18791879 let invalidate ?(deep =true ) ~ctx ask (gs :glob_fun ) (st :store ) (exps : exp list ): store =
18801880 if M. tracing && exps <> [] then M. tracel " invalidate" " Will invalidate expressions [%a]\n " (d_list " , " d_plainexp) exps;
1881- if exps <> [] then M. info ~category: Imprecise " Invalidating expressions: %a" (d_list " , " d_plainexp ) exps;
1881+ if exps <> [] then M. info ~category: Imprecise " Invalidating expressions: %a" (d_list " , " d_exp ) exps;
18821882 (* To invalidate a single address, we create a pair with its corresponding
18831883 * top value. *)
18841884 let invalidate_address st a =
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ struct
243243 refine_lv_fallback ctx a gs st lval value tv
244244 | None ->
245245 if M. tracing then M. traceu " invariant" " Doing nothing.\n " ;
246- M. debug ~category: Analyzer " Invariant failed: expression \" %a\" not understood." d_plainexp exp;
246+ M. debug ~category: Analyzer " Invariant failed: expression \" %a\" not understood." d_exp exp;
247247 st
248248
249249 let invariant ctx a gs st exp tv : D.t =
You can’t perform that action at this time.
0 commit comments