From c0da0f3a550887c84982722c3b9596f03dc97e61 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Mon, 25 Sep 2017 17:37:14 +0200 Subject: Added dump-mnemonics option. This option allows it to dump a list of all used mnemonics into a file. Bug 22239 --- riscV/AsmToJSON.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'riscV/AsmToJSON.ml') diff --git a/riscV/AsmToJSON.ml b/riscV/AsmToJSON.ml index ea22bdab..1b2f7458 100644 --- a/riscV/AsmToJSON.ml +++ b/riscV/AsmToJSON.ml @@ -16,3 +16,5 @@ let pp_program pp prog = Format.fprintf pp "null" + +let pp_mnemonics pp = () -- cgit