aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/Constpropproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Constpropproof.v')
-rw-r--r--powerpc/Constpropproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerpc/Constpropproof.v b/powerpc/Constpropproof.v
index dbd498f9..fb01f75b 100644
--- a/powerpc/Constpropproof.v
+++ b/powerpc/Constpropproof.v
@@ -931,7 +931,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.