Skip to content
Snippets Groups Projects
Commit 17856c7c authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Register builtin functions

parent 8dd6d308
No related branches found
No related tags found
No related merge requests found
......@@ -295,7 +295,7 @@ you must call function `%s' and `__e_acsl_memory_clean by yourself.@]"
method !vglob_aux = function
| GVarDecl(vi, _) | GVar(vi, _, _)
| GFunDecl(_, vi, _) | GFun({ svar = vi }, _)
when Misc.is_library_loc vi.vdecl ->
when Misc.is_library_loc vi.vdecl || Builtins.mem vi.vname ->
if generate then
Cil.JustCopyPost
(fun l ->
......
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