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

we can use a wand again here

parent 44dad688
No related branches found
No related tags found
No related merge requests found
Pipeline #82967 passed
...@@ -807,7 +807,7 @@ Section tainted_tags. ...@@ -807,7 +807,7 @@ Section tainted_tags.
Lemma tag_tainted_interp_alloc σ l n : Lemma tag_tainted_interp_alloc σ l n :
let nt := Tagged σ.(snp) in let nt := Tagged σ.(snp) in
tag_tainted_interp σ tag_tainted_interp (mkState (init_mem l n σ.(shp)) (init_stacks σ.(sst) l n nt) σ.(scs) (S σ.(snp)) σ.(snc)). tag_tainted_interp σ -∗ tag_tainted_interp (mkState (init_mem l n σ.(shp)) (init_stacks σ.(sst) l n nt) σ.(scs) (S σ.(snp)) σ.(snc)).
Proof. Proof.
intros nt. iIntros "Htainted". intros nt. iIntros "Htainted".
iApply (tag_tainted_interp_preserve σ with "Htainted"). { simpl. lia. } iApply (tag_tainted_interp_preserve σ with "Htainted"). { simpl. lia. }
......
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