aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-10-06 11:08:58 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-10-06 11:08:58 +0200
commit55eb2d92376f592258855cfa5c0cfbbf39e8e833 (patch)
tree33ef79b3c21e3737202469cc6fb0bda064dd1146 /debug/DwarfTypes.mli
parent7c8693320818d00b26b4c36c2a01a5fe67c0c71b (diff)
downloadcompcert-kvx-55eb2d92376f592258855cfa5c0cfbbf39e8e833.tar.gz
compcert-kvx-55eb2d92376f592258855cfa5c0cfbbf39e8e833.zip
Fast fix for functions in different sections in one compilation unit for gcc.
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 ed75b3d7..8f03eb8d 100644
--- a/debug/DwarfTypes.mli
+++ b/debug/DwarfTypes.mli
@@ -247,7 +247,7 @@ type location_entry =
loc: (int * int * location_value) list;
loc_id: reference;
}
-type dw_locations = int * location_entry list
+type dw_locations = int option * location_entry list
type diab_entries = (string * int * int * dw_entry * dw_locations) list