aboutsummaryrefslogtreecommitdiffstats
path: root/x86/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'x86/AsmToJSON.ml')
-rw-r--r--x86/AsmToJSON.ml17
1 files changed, 17 insertions, 0 deletions
diff --git a/x86/AsmToJSON.ml b/x86/AsmToJSON.ml
new file mode 100644
index 00000000..3214491f
--- /dev/null
+++ b/x86/AsmToJSON.ml
@@ -0,0 +1,17 @@
+(* *********************************************************************)
+(* *)
+(* 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 ia32 Asm to JSON *)
+
+(* Dummy function *)
+let p_program oc prog =
+ ()