diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-03-28 10:01:53 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2010-03-28 10:01:53 +0000 |
commit | 9976ed7a27434cfcc334959ef5f20e4967ff8dcb (patch) | |
tree | 803e1659ad2c7395911408dbe46f79aa49ffea12 /arm/Op.v | |
parent | c0ff75a787c9b56699722fa672e76c97acfe93b5 (diff) |
Updating ARM port
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1291 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'arm/Op.v')
-rw-r--r-- | arm/Op.v | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -572,8 +572,7 @@ Proof. destruct v; destruct chunk; exact I. intros until v. unfold Mem.loadv. destruct addr; intros; try discriminate. - generalize (Mem.load_inv _ _ _ _ _ H0). - intros [X Y]. subst v. apply H. + eapply Mem.load_type; eauto. Qed. End SOUNDNESS. |