aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Constpropproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/Constpropproof.v')
-rw-r--r--arm/Constpropproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/Constpropproof.v b/arm/Constpropproof.v
index 7c7b8788..08c5baf3 100644
--- a/arm/Constpropproof.v
+++ b/arm/Constpropproof.v
@@ -947,7 +947,7 @@ Qed.
[Smallstep.simulation_step_preservation]. *)
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.