From 5530915001c3e8b395d731480e5a6618a08af7af Mon Sep 17 00:00:00 2001 From: Léo Gourdin Date: Tue, 2 Nov 2021 10:57:22 +0100 Subject: being more archi-independant --- backend/ProfilingExploitproof.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/ProfilingExploitproof.v') 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. -- cgit