aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/translation/HTLgenproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translation/HTLgenproof.v b/src/translation/HTLgenproof.v
index e4bbb8f..aec765c 100644
--- a/src/translation/HTLgenproof.v
+++ b/src/translation/HTLgenproof.v
@@ -2110,7 +2110,7 @@ Section CORRECTNESS.
repeat (unfold_match B). inversion B. subst.
exploit main_tprog_internal; eauto; intros.
rewrite symbols_preserved. replace (AST.prog_main tprog) with (AST.prog_main prog).
- Apply Heqo. symmetry; eapply Linking.match_program_main; eauto.
+ apply Heqo. symmetry; eapply Linking.match_program_main; eauto.
inversion H5.
econstructor; split. econstructor.
apply (Genv.init_mem_transf_partial TRANSL'); eauto.