aboutsummaryrefslogtreecommitdiffstats
path: root/kvx/AsmToJSON.ml
blob: 8a6a97a77f5b9f3f43533d487e12ca4004ec9af4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(* *********************************************************************)
(*                                                                     *)
(*              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 destination: string option ref = ref None

let sdump_folder = ref ""

let print_if prog sourcename =
  ()

let pp_mnemonics pp = ()