aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Asmgen.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2018-08-27 20:05:24 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2018-08-27 20:05:24 +0200
commit181e1f7e72e081f3f32de48d550e1fba7f4c5f5e (patch)
treee0e7a5133c199b42be578d084f73861e44bc1862 /arm/Asmgen.v
parentf6f537dd60336b599c9541b0dca56255bdf2ba5e (diff)
downloadcompcert-kvx-181e1f7e72e081f3f32de48d550e1fba7f4c5f5e.tar.gz
compcert-kvx-181e1f7e72e081f3f32de48d550e1fba7f4c5f5e.zip
Import prim token notations before using them, continued
Follow-up to f6f537d. "list" scope must be opened to counterbalance opening of "string" scope.
Diffstat (limited to 'arm/Asmgen.v')
-rw-r--r--arm/Asmgen.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm/Asmgen.v b/arm/Asmgen.v
index 1d2f360f..f12ea870 100644
--- a/arm/Asmgen.v
+++ b/arm/Asmgen.v
@@ -24,6 +24,7 @@ Require Import Asm.
Require Import Compopts.
Local Open Scope string_scope.
+Local Open Scope list_scope.
Local Open Scope error_monad_scope.
(** Extracting integer or float registers. *)