aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsm.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bschommer@users.noreply.github.com>2015-04-15 12:15:12 +0200
committerBernhard Schommer <bschommer@users.noreply.github.com>2015-04-15 12:15:12 +0200
commit1150b687acf225e0f6063de45379c3d5fbc54524 (patch)
tree0661131709c95dc77a5c0583f66caf219a84e8cf /backend/PrintAsm.mli
parent03ad26aa9d2762655b508f7142d0aed9916da83b (diff)
parente42febd5a88c2bf04227f1cd4ead947c51989ec1 (diff)
downloadcompcert-kvx-1150b687acf225e0f6063de45379c3d5fbc54524.tar.gz
compcert-kvx-1150b687acf225e0f6063de45379c3d5fbc54524.zip
Merge pull request #37 from AbsInt/dwarf
Added the Dwarf v2 debugging information for global variables and functions for the Diab Backend.
Diffstat (limited to 'backend/PrintAsm.mli')
-rw-r--r--backend/PrintAsm.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/PrintAsm.mli b/backend/PrintAsm.mli
index eb63f1be..0b2869b0 100644
--- a/backend/PrintAsm.mli
+++ b/backend/PrintAsm.mli
@@ -11,6 +11,4 @@
(* *)
(* *********************************************************************)
-open PrintAsmaux
-
-val print_program: out_channel -> Asm.program -> unit
+val print_program: out_channel -> Asm.program -> DwarfTypes.dw_entry option -> unit