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

Fix a syntax error from the previous commit

parent 667b1040
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ class e_acsl_visitor prj generate = object (self) ...@@ -85,7 +85,7 @@ class e_acsl_visitor prj generate = object (self)
val mutable keep_initializer = None val mutable keep_initializer = None
val global_vars: ioffset Varinfo.Hashtbl.t = Varinfo.Hashtbl.create 7 val global_vars: init option Varinfo.Hashtbl.t = Varinfo.Hashtbl.create 7
(* A hashtable mapping global variables (as Cil_type.varinfo) to their (* A hashtable mapping global variables (as Cil_type.varinfo) to their
initialisers aiming to capture memory allocated by global variable initialisers aiming to capture memory allocated by global variable
declarations and initilisation. At runtime the memory blocks corresponding declarations and initilisation. At runtime the memory blocks corresponding
......
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