summaryrefslogtreecommitdiff
path: root/common/Switch.v
diff options
context:
space:
mode:
Diffstat (limited to 'common/Switch.v')
-rw-r--r--common/Switch.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Switch.v b/common/Switch.v
index 1b3ca9b..0ba6186 100644
--- a/common/Switch.v
+++ b/common/Switch.v
@@ -250,7 +250,7 @@ Proof.
rewrite Int.sub_add_opp. rewrite Int.add_permut. rewrite Int.add_assoc.
replace (Int.add Int.one (Int.neg Int.one)) with Int.zero.
rewrite Int.add_zero. apply Int.add_commut.
- apply Int.mkint_eq. reflexivity.
+ rewrite Int.add_neg_zero; auto.
Qed.
Lemma validate_jumptable_correct: