Skip to content
Snippets Groups Projects
Commit 884b9f74 authored by Andre Maroneze's avatar Andre Maroneze
Browse files

Merge branch 'fix/eva/assigns-environment' into 'master'

[Eva] In Db, fixes the environment used to evaluate assigns clauses.

Closes #689

See merge request frama-c/frama-c!2341
parents c05bf14e e8a3b2b4
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ let eval_error_reason fmt e =
then Eval_terms.pretty_logic_evaluation_error fmt e
let assigns_inputs_to_zone state assigns =
let env = Eval_terms.env_pre_f ~pre:state () in
let env = Eval_terms.env_assigns ~pre:state in
let treat_asgn acc (_,ins as asgn) =
match ins with
| FromAny -> Zone.top
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment