From 181e1f7e72e081f3f32de48d550e1fba7f4c5f5e Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 27 Aug 2018 20:05:24 +0200 Subject: Import prim token notations before using them, continued Follow-up to f6f537d. "list" scope must be opened to counterbalance opening of "string" scope. --- arm/Asmgen.v | 1 + 1 file changed, 1 insertion(+) (limited to 'arm/Asmgen.v') 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. *) -- cgit