aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Asmgenproof.v
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-20 19:31:49 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-01-20 19:31:49 +0100
commit05c77498f8f6b6f47a4669e0da79ec6f685e6722 (patch)
tree58f3e1dd65110db080d102ded8867308d807412f /aarch64/Asmgenproof.v
parent8781c27a16463fd8f83a9c6eaba7b76846bd296c (diff)
downloadcompcert-kvx-05c77498f8f6b6f47a4669e0da79ec6f685e6722.tar.gz
compcert-kvx-05c77498f8f6b6f47a4669e0da79ec6f685e6722.zip
Adding fp stores pair
Diffstat (limited to 'aarch64/Asmgenproof.v')
-rw-r--r--aarch64/Asmgenproof.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/aarch64/Asmgenproof.v b/aarch64/Asmgenproof.v
index 23db2e92..d27b3f8c 100644
--- a/aarch64/Asmgenproof.v
+++ b/aarch64/Asmgenproof.v
@@ -2226,8 +2226,7 @@ Proof.
- apply senv_preserved.
- eexact transf_initial_states.
- eexact transf_final_states.
- - (* TODO step_simulation *)
- unfold match_states.
+ - unfold match_states.
simpl; intros; subst; eexists; split; eauto.
eapply step_simulation; eauto.
Qed.