aboutsummaryrefslogtreecommitdiffstats
path: root/x86/Asmgen.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/Asmgen.v')
-rw-r--r--x86/Asmgen.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/x86/Asmgen.v b/x86/Asmgen.v
index bb26d507..a627881b 100644
--- a/x86/Asmgen.v
+++ b/x86/Asmgen.v
@@ -16,8 +16,8 @@ Require Import Coqlib Errors.
Require Import AST Integers Floats Memdata.
Require Import Op Locations Mach Asm.
-Open Local Scope string_scope.
-Open Local Scope error_monad_scope.
+Local Open Scope string_scope.
+Local Open Scope error_monad_scope.
(** The code generation functions take advantage of several characteristics of the [Mach] code generated by earlier passes of the compiler:
- Argument and result registers are of the correct type.