File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1579,7 +1579,7 @@ struct
15791579 let set ~(ctx : _ ctx ) ?(invariant =false ) ?(blob_destructive =false ) ?lval_raw ?rval_raw ?t_override (st : store ) (lval : AD.t ) (lval_type : Cil.typ ) (value : value ) : store =
15801580 let update_variable x t y z =
15811581 if M. tracing then M. tracel " set" ~var: x.vname " update_variable: start '%s' '%a'\n to\n %a" x.vname VD. pretty y CPA. pretty z;
1582- let r = update_variable x t y z in (* refers to defintion that is outside of set *)
1582+ let r = update_variable x t y z in (* refers to definition that is outside of set *)
15831583 if M. tracing then M. tracel " set" ~var: x.vname " update_variable: start '%s' '%a'\n to\n %a\n results in\n %a" x.vname VD. pretty y CPA. pretty z CPA. pretty r;
15841584 r
15851585 in
You can’t perform that action at this time.
0 commit comments