aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/AsmToJSON.ml
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/AsmToJSON.ml')
-rw-r--r--riscV/AsmToJSON.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscV/AsmToJSON.ml b/riscV/AsmToJSON.ml
index 3580b618..ea22bdab 100644
--- a/riscV/AsmToJSON.ml
+++ b/riscV/AsmToJSON.ml
@@ -14,5 +14,5 @@
(* Dummy function *)
-let p_program oc prog =
- ()
+let pp_program pp prog =
+ Format.fprintf pp "null"