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.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/Asmaux.v b/mppa_k1c/Asmaux.v
index 85359658..94b39f4e 100644
--- a/mppa_k1c/Asmaux.v
+++ b/mppa_k1c/Asmaux.v
@@ -1,5 +1,5 @@
Require Import Asm.
Require Import AST.
-(* Constant only needed by Asmexpandaux.ml *)
+(** Constant only needed by Asmexpandaux.ml *)
Program Definition dummy_function := {| fn_code := nil; fn_sig := signature_main; fn_blocks := nil |}.