aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'debug/DwarfTypes.mli')
-rw-r--r--debug/DwarfTypes.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli
index f6074cf3..de4082a5 100644
--- a/debug/DwarfTypes.mli
+++ b/debug/DwarfTypes.mli
@@ -188,7 +188,7 @@ type dw_tag_subprogram =
type dw_tag_subrange_type =
{
- subrange_type: reference option;
+ subrange_type: reference;
subrange_upper_bound: bound_value option;
}