aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Reloadproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Reloadproof.v')
-rw-r--r--backend/Reloadproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Reloadproof.v b/backend/Reloadproof.v
index 6ee92638..75c7dade 100644
--- a/backend/Reloadproof.v
+++ b/backend/Reloadproof.v
@@ -1154,7 +1154,7 @@ Proof.
eapply star_right. eauto.
eapply exec_Lstore with (a := ta); eauto.
simpl reglist. rewrite G. unfold ls3. rewrite Locmap.gss. simpl.
- destruct ta; simpl in Y; try discriminate. rewrite Int.add_zero. auto.
+ destruct ta; simpl in Y; try discriminate. simpl; rewrite Int.add_zero; auto.
reflexivity. reflexivity. traceEq.
econstructor; eauto with coqlib.
apply agree_undef_temps2. apply agree_exten with ls; auto.