summaryrefslogtreecommitdiff
path: root/backend/CSEproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/CSEproof.v')
-rw-r--r--backend/CSEproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/CSEproof.v b/backend/CSEproof.v
index 265bb20..3751cec 100644
--- a/backend/CSEproof.v
+++ b/backend/CSEproof.v
@@ -973,7 +973,7 @@ Proof.
Qed.
Theorem transf_program_correct:
- forall (beh: program_behavior),
+ forall (beh: program_behavior), not_wrong beh ->
exec_program prog beh -> exec_program tprog beh.
Proof.
unfold exec_program; intros.