aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Asmgenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/Asmgenproof.v')
-rw-r--r--arm/Asmgenproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/Asmgenproof.v b/arm/Asmgenproof.v
index f9f4cd0f..7b1fd62c 100644
--- a/arm/Asmgenproof.v
+++ b/arm/Asmgenproof.v
@@ -1173,7 +1173,7 @@ Proof.
Qed.
Theorem transf_program_correct:
- forall (beh: program_behavior),
+ forall (beh: program_behavior), not_wrong beh ->
Machconcr.exec_program prog beh -> Asm.exec_program tprog beh.
Proof.
unfold Machconcr.exec_program, Asm.exec_program; intros.