aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2014-12-04 13:12:45 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2014-12-04 13:12:45 +0100
commit5735f427bb0e6698eb946b961baadfed0fac31e5 (patch)
tree939d1a2f1bb569c1057107e9760ce800ed235ce6 /debug
parent5435a0ac12625b356ecbd9faba1c7ec67f2477a7 (diff)
downloadcompcert-kvx-5735f427bb0e6698eb946b961baadfed0fac31e5.tar.gz
compcert-kvx-5735f427bb0e6698eb946b961baadfed0fac31e5.zip
Changed the d1line and d1file to d2line and d2file and prologue and epilogue printing for printing the line directives without forcing the assembler to generate debug information.
Diffstat (limited to 'debug')
-rw-r--r--debug/DwarfTypes.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/DwarfTypes.ml b/debug/DwarfTypes.ml
index ecb346b9..d920c118 100644
--- a/debug/DwarfTypes.ml
+++ b/debug/DwarfTypes.ml
@@ -120,7 +120,7 @@ type dw_tag_label =
type dw_tag_lexical_block =
{
lexical_block__high_pc: address;
- lexical_block_low_pc: address;
+ lexical_block_low_pc: address;
}
type dw_tag_member =