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

[Eva] Taint domain: fixes the registration of the \tainted predicate.

parent fc8a5141
No related branches found
No related tags found
No related merge requests found
...@@ -404,8 +404,7 @@ let () = ...@@ -404,8 +404,7 @@ let () =
bl_profile = ["p", a_type]; bl_profile = ["p", a_type];
} }
in in
Logic_env.add_builtin_logic_function_gen Logic_env.Builtins.extend (fun () -> Logic_builtin.add builtin_logic_info)
Logic_utils.is_same_builtin_profile builtin_logic_info
(* Registers ACSL extension "taint" (statement annotation) (* Registers ACSL extension "taint" (statement annotation)
and "taints" (behavior extension). *) and "taints" (behavior extension). *)
......
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