You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/analyses/base.ml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2002,7 +2002,7 @@ struct
2002
2002
let t = v.vtype in
2003
2003
let iv =VD.bot_value ~varAttr:v.vattr t in(* correct bottom value for top level variable *)
2004
2004
ifM.tracing thenM.tracel "set""init bot value (%a): %a" d_plaintype t VD.pretty iv;
2005
-
let nv =VD.update_offset (Queries.to_value_domain_ask (Analyses.ask_of_man man)) iv offs rval_val (Some (Lval lval)) lval tin(* do desired update to value *)
2005
+
let nv =VD.update_offset (Queries.to_value_domain_ask (Analyses.ask_of_man man)) iv offs rval_val (Some (Lval lval)) lval lval_tin(* do desired update to value *)
2006
2006
set_savetop ~man man.local (AD.of_var v) lval_t nv ~lval_raw:lval ~rval_raw:rval (* set top-level variable to updated value *)
0 commit comments