From 3e070cae6a316b7e3363c8159096c3bbc4bf21b2 Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Fri, 25 Sep 2015 21:12:48 +0200 Subject: Added translation of the range lists to location entries. --- debug/DwarfTypes.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'debug/DwarfTypes.mli') diff --git a/debug/DwarfTypes.mli b/debug/DwarfTypes.mli index f01e550a..ce00474a 100644 --- a/debug/DwarfTypes.mli +++ b/debug/DwarfTypes.mli @@ -42,6 +42,7 @@ type location_expression = | DW_OP_plus_uconst of constant | DW_OP_bregx of int * int32 | DW_OP_piece of int + | DW_OP_reg of int type location_value = | LocSymbol of atom -- cgit