aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/AsmToJSON.ml')
-rw-r--r--riscV/AsmToJSON.ml18
1 files changed, 18 insertions, 0 deletions
diff --git a/riscV/AsmToJSON.ml b/riscV/AsmToJSON.ml
new file mode 100644
index 00000000..3580b618
--- /dev/null
+++ b/riscV/AsmToJSON.ml
@@ -0,0 +1,18 @@
+(* *********************************************************************)
+(* *)
+(* The Compcert verified compiler *)
+(* *)
+(* Bernhard Schommer, AbsInt Angewandte Informatik GmbH *)
+(* *)
+(* AbsInt Angewandte Informatik GmbH. All rights reserved. This file *)
+(* is distributed under the terms of the INRIA Non-Commercial *)
+(* License Agreement. *)
+(* *)
+(* *********************************************************************)
+
+(* Simple functions to serialize RISC-V Asm to JSON *)
+
+(* Dummy function *)
+
+let p_program oc prog =
+ ()