aboutsummaryrefslogtreecommitdiffstats
path: root/ia32
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 /ia32
parentdba05a9f6259c82a350987b511bf1a71f113d0ba (diff)
downloadcompcert-861292a6c5e58b4f78bef207c717b801b3fc1fed.tar.gz
compcert-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 'ia32')
-rw-r--r--ia32/TargetPrinter.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ia32/TargetPrinter.ml b/ia32/TargetPrinter.ml
index d1e213e2..9227929b 100644
--- a/ia32/TargetPrinter.ml
+++ b/ia32/TargetPrinter.ml
@@ -20,6 +20,7 @@ open AST
open Memdata
open Asm
open PrintAsmaux
+open Debug
module StringSet = Set.Make(String)