From 5735f427bb0e6698eb946b961baadfed0fac31e5 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Thu, 4 Dec 2014 13:12:45 +0100 Subject: 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. --- debug/DwarfTypes.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug') 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 = -- cgit