aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/TargetPrinter.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-11-04 22:40:19 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2020-11-04 22:40:19 +0100
commit0bf4c8582574b9c7bea43547d75b87c85fdee1e1 (patch)
tree5015578705250167cf15134b34e4d0afad3e2b81 /aarch64/TargetPrinter.ml
parentcdb54160ff67bef3ab40e3cc85416f2c897ac82b (diff)
downloadcompcert-kvx-0bf4c8582574b9c7bea43547d75b87c85fdee1e1.tar.gz
compcert-kvx-0bf4c8582574b9c7bea43547d75b87c85fdee1e1.zip
Smart scheduler build problem and flatten solution OK
Diffstat (limited to 'aarch64/TargetPrinter.ml')
-rw-r--r--aarch64/TargetPrinter.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/TargetPrinter.ml b/aarch64/TargetPrinter.ml
index a5b1465b..324bd727 100644
--- a/aarch64/TargetPrinter.ml
+++ b/aarch64/TargetPrinter.ml
@@ -38,7 +38,7 @@ let is_immediate_float32 bits =
(* Module containing the printing functions *)
-module Target : TARGET =
+module Target (*: TARGET*) =
struct
(* Basic printing functions *)