Skip to content
Snippets Groups Projects
Commit 2a731e07 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Initialized range on Ref is assumed in MemVar

parent b583f9af
No related branches found
No related tags found
No related merge requests found
......@@ -1067,7 +1067,7 @@ struct
end
| Rrange(l,elt, Some a, Some b) ->
begin match l with
| Ref x -> noref ~op:"initialized sub-range of" x
| Ref _ -> p_true
| Loc l -> M.initialized sigma.mem (Rrange(l,elt,Some a, Some b))
| Val(m,x,p) ->
try
......
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