aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/Op.v
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/Op.v')
-rw-r--r--ia32/Op.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/ia32/Op.v b/ia32/Op.v
index 4ac961bb..509938ea 100644
--- a/ia32/Op.v
+++ b/ia32/Op.v
@@ -384,7 +384,7 @@ Proof with (try exact I).
destruct v0...
destruct v0...
destruct v0...
- destruct v0; destruct v1... simpl. destruct (zeq b b0)...
+ destruct v0; destruct v1... simpl. destruct (eq_block b b0)...
destruct v0; destruct v1...
destruct v0...
destruct v0; destruct v1; simpl in *; inv H0.
@@ -792,7 +792,7 @@ Proof.
inv H4; simpl; auto.
inv H4; inv H2; simpl; auto. econstructor; eauto.
rewrite Int.sub_add_l. auto.
- destruct (zeq b1 b0); auto. subst. rewrite H1 in H0. inv H0. rewrite zeq_true.
+ destruct (eq_block b1 b0); auto. subst. rewrite H1 in H0. inv H0. rewrite dec_eq_true.
rewrite Int.sub_shifted. auto.
inv H4; inv H2; simpl; auto.
inv H4; simpl; auto.