aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Dwarfgen.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-09-30 11:13:34 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-09-30 11:13:34 +0200
commitc0757aa180c54ff61093e8079ef58b77775ba28e (patch)
treed9ada5db4dd2789ecc61d75c0ba8d2116bdf56ce /debug/Dwarfgen.ml
parent05acff8bcb4f127a6f0ff6c587ba38d1c8cbe2fc (diff)
downloadcompcert-kvx-c0757aa180c54ff61093e8079ef58b77775ba28e.tar.gz
compcert-kvx-c0757aa180c54ff61093e8079ef58b77775ba28e.zip
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.
Diffstat (limited to 'debug/Dwarfgen.ml')
-rw-r--r--debug/Dwarfgen.ml1
1 files changed, 0 insertions, 1 deletions
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