aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Asmaux.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Asmaux.v')
-rw-r--r--backend/Asmaux.v19
1 files changed, 19 insertions, 0 deletions
diff --git a/backend/Asmaux.v b/backend/Asmaux.v
new file mode 100644
index 00000000..1167c34c
--- /dev/null
+++ b/backend/Asmaux.v
@@ -0,0 +1,19 @@
+(* *************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Sylvain Boulmé Grenoble-INP, VERIMAG *)
+(* David Monniaux CNRS, VERIMAG *)
+(* Cyril Six Kalray *)
+(* *)
+(* Copyright Kalray. Copyright VERIMAG. All rights reserved. *)
+(* This file is distributed under the terms of the INRIA *)
+(* Non-Commercial License Agreement. *)
+(* *)
+(* *************************************************************)
+
+Require Import Asm.
+Require Import AST.
+
+(* Constant only needed by Asmexpandaux.ml *)
+Definition dummy_function := {| fn_code := nil; fn_sig := signature_main |}.