aboutsummaryrefslogtreecommitdiffstats
path: root/debug/CtoDwarf.ml
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-09-11 10:43:30 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-09-11 10:43:30 +0200
commited50169fa51b8a9cfdbf65380348f6a02909d9d7 (patch)
treea9e6e90001489cde627915c457069fa73573c27e /debug/CtoDwarf.ml
parentcc6ce2bf9b8be54375ea3285ea2fa658bc108df0 (diff)
downloadcompcert-ed50169fa51b8a9cfdbf65380348f6a02909d9d7.tar.gz
compcert-ed50169fa51b8a9cfdbf65380348f6a02909d9d7.zip
Started implementing the types needed for storing the debug information.
Diffstat (limited to 'debug/CtoDwarf.ml')
-rw-r--r--debug/CtoDwarf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/CtoDwarf.ml b/debug/CtoDwarf.ml
index 063b0823..f1e2aea6 100644
--- a/debug/CtoDwarf.ml
+++ b/debug/CtoDwarf.ml
@@ -19,7 +19,7 @@ open DwarfTypes
open DwarfUtil
open Env
open Set
-
+open DebugInformation
(* Functions to translate a C Ast into Dwarf 2 debugging information *)