From eaf4bab84af4b3db1ca9c6785ed803bbbd61b9a7 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 1 Oct 2015 12:19:16 +0200 Subject: Only print locations for symbols that are present in the assembler. --- debug/Debug.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debug/Debug.mli') diff --git a/debug/Debug.mli b/debug/Debug.mli index 4677fdf8..a1b4408d 100644 --- a/debug/Debug.mli +++ b/debug/Debug.mli @@ -47,6 +47,7 @@ type implem = mutable compute_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit; mutable exists_section: string -> bool; mutable remove_unused: ident -> unit; + mutable variable_printed: string -> unit; } val implem: implem @@ -78,3 +79,4 @@ val add_compilation_section_start: string -> (int * int * int * string) -> unit val compute_file_enum: (string -> int) -> (string-> int) -> (unit -> unit) -> unit val exists_section: string -> bool val remove_unused: ident -> unit +val variable_printed: string -> unit -- cgit