aboutsummaryrefslogtreecommitdiffstats
path: root/x86/SelectLongproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/SelectLongproof.v')
-rw-r--r--x86/SelectLongproof.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86/SelectLongproof.v b/x86/SelectLongproof.v
index f7d5df10..2262a70b 100644
--- a/x86/SelectLongproof.v
+++ b/x86/SelectLongproof.v
@@ -19,8 +19,8 @@ Require Import Cminor Op CminorSel.
Require Import SelectOp SelectOpproof SplitLong SplitLongproof.
Require Import SelectLong.
-Open Local Scope cminorsel_scope.
-Open Local Scope string_scope.
+Local Open Scope cminorsel_scope.
+Local Open Scope string_scope.
(** * Correctness of the instruction selection functions for 64-bit operators *)