summaryrefslogtreecommitdiff
path: root/driver/Compiler.v
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Compiler.v')
-rw-r--r--driver/Compiler.v3
1 files changed, 2 insertions, 1 deletions
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.