aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Op.v
diff options
context:
space:
mode:
Diffstat (limited to 'arm/Op.v')
-rw-r--r--arm/Op.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm/Op.v b/arm/Op.v
index 51ce0024..7a255115 100644
--- a/arm/Op.v
+++ b/arm/Op.v
@@ -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.