aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Dwarfgen.ml
diff options
context:
space:
mode:
Diffstat (limited to 'debug/Dwarfgen.ml')
-rw-r--r--debug/Dwarfgen.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/Dwarfgen.ml b/debug/Dwarfgen.ml
index 3239ceb6..ac32f9f1 100644
--- a/debug/Dwarfgen.ml
+++ b/debug/Dwarfgen.ml
@@ -235,6 +235,7 @@ 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