aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backend/CSE3proof.v7
1 files changed, 4 insertions, 3 deletions
diff --git a/backend/CSE3proof.v b/backend/CSE3proof.v
index 8a49fe87..cd129cb2 100644
--- a/backend/CSE3proof.v
+++ b/backend/CSE3proof.v
@@ -652,9 +652,10 @@ Proof.
- (* Ijumptable *)
econstructor. split.
- + eapply exec_Ijumptable; try eassumption.
- erewrite transf_function_at by eauto. simpl.
- admit.
+ + eapply exec_Ijumptable with (arg := (subst_arg (ctx:=(context_from_hints (snd (preanalysis tenv f)))) (fst (preanalysis tenv f)) pc arg)); try eassumption.
+ * TR_AT. reflexivity.
+ * rewrite subst_arg_ok with (sp:=sp) (m:=m) by trivial.
+ assumption.
+ econstructor; eauto.
assert (In pc' tbl) as IN_LIST by (eapply list_nth_z_in; eassumption).
IND_STEP.