aboutsummaryrefslogtreecommitdiffstats
path: root/x86/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'x86/AsmToJSON.ml')
-rw-r--r--x86/AsmToJSON.ml8
1 files changed, 6 insertions, 2 deletions
diff --git a/x86/AsmToJSON.ml b/x86/AsmToJSON.ml
index 8488bfde..59cc7d40 100644
--- a/x86/AsmToJSON.ml
+++ b/x86/AsmToJSON.ml
@@ -13,7 +13,11 @@
(* Simple functions to serialize ia32 Asm to JSON *)
(* Dummy function *)
-let pp_program pp prog =
- Format.fprintf pp "null"
+let destination: string option ref = ref None
+
+let sdump_folder = ref ""
+
+let print_if prog sourcename =
+ ()
let pp_mnemonics pp = ()