From 6acc8ded7cd7e6605fcf27bdbd209d94571f45f4 Mon Sep 17 00:00:00 2001 From: xleroy Date: Sun, 3 Mar 2013 21:35:23 +0000 Subject: Partial backtracking on previous commit: the "hole in Mach stack frame" trick prevents a future mapping of the Mach/Asm call stack as a single block. IA32 is fixed, PowerPC and ARM remains to be done. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2136 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- driver/Compiler.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'driver') diff --git a/driver/Compiler.v b/driver/Compiler.v index c8fb8c5..ea277ac 100644 --- a/driver/Compiler.v +++ b/driver/Compiler.v @@ -249,7 +249,8 @@ Proof. eapply compose_forward_simulation. apply CleanupLabelsproof.transf_program_correct. eapply compose_forward_simulation. apply Reloadproof.transf_program_correct. eauto. eapply compose_forward_simulation. apply RREproof.transf_program_correct. eauto. - eapply compose_forward_simulation. apply Stackingproof.transf_program_correct. eassumption. eauto. + eapply compose_forward_simulation. apply Stackingproof.transf_program_correct. + eexact Asmgenproof.return_address_exists. eassumption. eauto. apply Asmgenproof.transf_program_correct; eauto. split. auto. apply forward_to_backward_simulation. auto. -- cgit v1.2.3