aboutsummaryrefslogtreecommitdiffstats
path: root/backend/ProfilingExploitproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ProfilingExploitproof.v')
-rw-r--r--backend/ProfilingExploitproof.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/ProfilingExploitproof.v b/backend/ProfilingExploitproof.v
index 292acc2a..4308b670 100644
--- a/backend/ProfilingExploitproof.v
+++ b/backend/ProfilingExploitproof.v
@@ -128,8 +128,8 @@ Proof.
(* load *)
- inv H0.
+ econstructor; split.
- * eapply exec_Iload; eauto. eapply has_loaded_normal; eauto.
- rewrite <- EVAL. apply eval_addressing_preserved. exact symbols_preserved.
+ * try (eapply exec_Iload; eauto; eapply has_loaded_normal; eauto;
+ rewrite <- EVAL; apply eval_addressing_preserved; exact symbols_preserved).
* econstructor; eauto.
+ destruct (eval_addressing) eqn:EVAL in LOAD.
* specialize (LOAD v). econstructor; split.