aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Machregs.v
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/Machregs.v')
-rw-r--r--aarch64/Machregs.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/aarch64/Machregs.v b/aarch64/Machregs.v
index bfe23e83..454a7cbe 100644
--- a/aarch64/Machregs.v
+++ b/aarch64/Machregs.v
@@ -54,9 +54,9 @@ Proof.
intros. specialize (H r). InvBooleans. auto.
Qed.
-Instance Decidable_eq_mreg : forall (x y: mreg), Decidable (eq x y) := Decidable_eq mreg_eq.
+Global Instance Decidable_eq_mreg : forall (x y: mreg), Decidable (eq x y) := Decidable_eq mreg_eq.
-Instance Finite_mreg : Finite mreg := {
+Global Instance Finite_mreg : Finite mreg := {
Finite_elements := all_mregs;
Finite_elements_spec := all_mregs_complete
}.