aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/Cminorgenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/Cminorgenproof.v')
-rw-r--r--cfrontend/Cminorgenproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfrontend/Cminorgenproof.v b/cfrontend/Cminorgenproof.v
index 1a68c103..984381a3 100644
--- a/cfrontend/Cminorgenproof.v
+++ b/cfrontend/Cminorgenproof.v
@@ -2610,7 +2610,7 @@ Qed.
Theorem transl_program_correct:
forall (beh: program_behavior),
- Csharpminor.exec_program prog beh ->
+ not_wrong beh -> Csharpminor.exec_program prog beh ->
Cminor.exec_program tprog beh.
Proof.
unfold Csharpminor.exec_program, Cminor.exec_program; intros.