aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-05-14 11:41:14 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-05-14 11:41:14 +0200
commit5634dce892b238afba7deed1d220e1faf71f99ea (patch)
tree24f46466fe4b96e447e20e915692b29ec17e1d70 /debug
parentad613e10f78bfe11e2df2ec055bcd02406456476 (diff)
downloadcompcert-kvx-5634dce892b238afba7deed1d220e1faf71f99ea.tar.gz
compcert-kvx-5634dce892b238afba7deed1d220e1faf71f99ea.zip
Merged PrintAnnot into PrintAsmaux.
Diffstat (limited to 'debug')
-rw-r--r--debug/CtoDwarf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/CtoDwarf.ml b/debug/CtoDwarf.ml
index b1eea8f3..a352e99f 100644
--- a/debug/CtoDwarf.ml
+++ b/debug/CtoDwarf.ml
@@ -459,7 +459,7 @@ let union_to_dwarf (n,at,m) env gloc =
(* Translate global declarations to there dwarf representation *)
let globdecl_to_dwarf env (typs,decls) decl =
- PrintAnnot.add_file (fst decl.gloc);
+ PrintAsmaux.add_file (fst decl.gloc);
match decl.gdesc with
| Gtypedef (n,t) -> let ret = typedef_to_dwarf (n,t) decl.gloc in
typs@ret,decls