Skip to content
Snippets Groups Projects
Commit 3449a638 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Marks the analysis as computed when the initial state is bottom.

Other plugins may want to use the analysis results anyway, and some functions
fail when the tables have not been marked as computed.
parent cba30d40
No related branches found
No related tags found
No related merge requests found
......@@ -368,6 +368,7 @@ module Make (Abstract: Abstractions.Eva) = struct
in
match initial_state with
| `Bottom ->
Abstract.Dom.Store.mark_as_computed ();
Value_parameters.result "Eva not started because globals \
initialization is not computable.";
Eval_annots.mark_invalid_initializers ()
......
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