aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/Asmaux.v
diff options
context:
space:
mode:
Diffstat (limited to 'mppa_k1c/Asmaux.v')
-rw-r--r--mppa_k1c/Asmaux.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/mppa_k1c/Asmaux.v b/mppa_k1c/Asmaux.v
new file mode 100644
index 00000000..891d1068
--- /dev/null
+++ b/mppa_k1c/Asmaux.v
@@ -0,0 +1,5 @@
+Require Import Asm.
+Require Import AST.
+
+(** Constant only needed by Asmexpandaux.ml *)
+Program Definition dummy_function := {| fn_code := nil; fn_sig := signature_main; fn_blocks := nil |}.