From c0757aa180c54ff61093e8079ef58b77775ba28e Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Wed, 30 Sep 2015 11:13:34 +0200 Subject: Avoid problem with implict declarations. In order to avoid the problem that the stamp is not correct for implict declarations I insert all possible stamps of a function into my mapping and assign them one debug id. --- debug/Dwarfgen.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'debug/Dwarfgen.ml') diff --git a/debug/Dwarfgen.ml b/debug/Dwarfgen.ml index ac32f9f1..3239ceb6 100644 --- a/debug/Dwarfgen.ml +++ b/debug/Dwarfgen.ml @@ -235,7 +235,6 @@ let needs_types id d = | Void | EnumType _ -> d,false | Typedef t -> - Printf.printf "Typedef %s\n" t.typedef_name; add_type (get_opt_val t.typ) d | PointerType p -> add_type p.pts d -- cgit