aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfPrinter.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-09-06 20:32:55 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-09-06 20:32:55 +0200
commit861292a6c5e58b4f78bef207c717b801b3fc1fed (patch)
tree970be0db2fb62e66b09c4fb90b2e750c255565e0 /debug/DwarfPrinter.mli
parentdba05a9f6259c82a350987b511bf1a71f113d0ba (diff)
downloadcompcert-kvx-861292a6c5e58b4f78bef207c717b801b3fc1fed.tar.gz
compcert-kvx-861292a6c5e58b4f78bef207c717b801b3fc1fed.zip
Startet implementation of new Debug interface.
Added a new file debug/Debug.ml which will be the interface between for generating and printing the debuging information. Currently it contains only the code for the line directived.
Diffstat (limited to 'debug/DwarfPrinter.mli')
-rw-r--r--debug/DwarfPrinter.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/DwarfPrinter.mli b/debug/DwarfPrinter.mli
index 9e0e6693..ccdecffb 100644
--- a/debug/DwarfPrinter.mli
+++ b/debug/DwarfPrinter.mli
@@ -1,3 +1,4 @@
+
(* *********************************************************************)
(* *)
(* The Compcert verified compiler *)