aboutsummaryrefslogtreecommitdiffstats
path: root/backend/PrintAsm.mli
diff options
context:
space:
mode:
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