From 55eb2d92376f592258855cfa5c0cfbbf39e8e833 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Tue, 6 Oct 2015 11:08:58 +0200 Subject: Fast fix for functions in different sections in one compilation unit for gcc. --- debug/DwarfTypes.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debug/DwarfTypes.mli') 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 -- cgit