aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
Diffstat (limited to 'debug')
-rw-r--r--debug/DwarfTypes.ml12
1 files changed, 6 insertions, 6 deletions
diff --git a/debug/DwarfTypes.ml b/debug/DwarfTypes.ml
index 70d31ef8..65e819de 100644
--- a/debug/DwarfTypes.ml
+++ b/debug/DwarfTypes.ml
@@ -78,16 +78,16 @@ type bound_value =
type dw_tag_array_type =
{
- dw_at_decl_file: constant option;
- dw_at_decl_line: constant option;
- dw_at_type: reference;
+ array_type_file: constant option;
+ array_type_line: constant option;
+ array_type: reference;
}
type dw_tag_base_type =
{
- dw_at_byte_size: constant;
- dw_at_encoding: encoding;
- dw_at_name: string;
+ base_type_size: constant;
+ base_type_encoding: encoding;
+ base_type_name: string;
}
type dw_tag_compile_unit =