Skip to content
Snippets Groups Projects
Commit 7ecc40af authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[kernel] Skip gvar visit when not needed

Aorai does not get in the way anymore
parent e70719e6
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ let compute () = ...@@ -151,7 +151,7 @@ let compute () =
with Not_found -> with Not_found ->
Kernel.fatal "No kernel function for function %a" Kernel.fatal "No kernel function for function %a"
Cil_datatype.Varinfo.pretty fd.svar) Cil_datatype.Varinfo.pretty fd.svar)
| GVar _ -> Cil.DoChildren | GVar _ -> Cil.SkipChildren
| _ -> Cil.SkipChildren | _ -> Cil.SkipChildren
method! vinst _ = SkipChildren method! vinst _ = SkipChildren
method! vexpr _ = SkipChildren method! vexpr _ = SkipChildren
......
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