aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Asmexpand.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2019-08-27 12:08:03 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2019-09-05 09:02:22 +0200
commitd3eba50731c23546c6e9ccb14230460fc1da592e (patch)
treeeb195a93fd9b51d881a2355faf81f06f71c31ec9 /arm/Asmexpand.ml
parente00cd179a4e76d2283580270a722b35d798ed07f (diff)
downloadcompcert-kvx-d3eba50731c23546c6e9ccb14230460fc1da592e.tar.gz
compcert-kvx-d3eba50731c23546c6e9ccb14230460fc1da592e.zip
Compatibility for OCaml 4.08.1
Diffstat (limited to 'arm/Asmexpand.ml')
-rw-r--r--arm/Asmexpand.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm/Asmexpand.ml b/arm/Asmexpand.ml
index a4ec0c5d..89aab5c7 100644
--- a/arm/Asmexpand.ml
+++ b/arm/Asmexpand.ml
@@ -18,7 +18,7 @@ open Asm
open Asmexpandaux
open AST
open Camlcoq
-open Integers
+open! Integers
exception Error of string