Skip to content
Snippets Groups Projects
Commit bc2298c3 authored by Ralf Jung's avatar Ralf Jung
Browse files

barrier: fix compilation

parent 0bb3cf85
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@ Section proof.
rewrite [(_ heap_ctx _)%I]comm -!assoc.
rewrite const_equiv // left_id -pvs_frame_l. apply sep_mono_r.
rewrite comm -pvs_frame_l. apply sep_mono_r.
apply sts_ownS_weaken; eauto using sts.up_subseteq with sts. }
apply sts_own_weaken; eauto using sts.up_subseteq with sts. }
(* a High state: the comparison succeeds, and we perform a transition and
return to the client *)
rewrite [(_ (_ _ ))%I]sep_elim_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