Skip to content
Snippets Groups Projects
Commit 7fe398ee authored by Loïc Correnson's avatar Loïc Correnson
Browse files

Merge branch 'fix/server/marker-lookup' into 'master'

[server] Kernel_ast: fixes marker lookup.

See merge request frama-c/frama-c!2655
parents ab8dbd5c dc3a7fa3
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ struct
Hashtbl.add locs tag loc ;
tag
let lookup = Hashtbl.find (STATE.get()).locs
let lookup tag = Hashtbl.find (STATE.get()).locs tag
type t = localizable
let syntax = Sy.publish ~page:Data.page ~name:"marker"
......
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