aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Allocproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Allocproof.v')
-rw-r--r--backend/Allocproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Allocproof.v b/backend/Allocproof.v
index e2387b5d..7e9334a8 100644
--- a/backend/Allocproof.v
+++ b/backend/Allocproof.v
@@ -750,7 +750,7 @@ Proof.
Qed.
Theorem transf_program_correct:
- forall (beh: program_behavior),
+ forall (beh: program_behavior), not_wrong beh ->
RTL.exec_program prog beh -> LTL.exec_program tprog beh.
Proof.
unfold RTL.exec_program, LTL.exec_program; intros.