summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/readDwarf.h')
-rw-r--r--src/readDwarf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/readDwarf.h b/src/readDwarf.h
index 06779c8..04afa38 100644
--- a/src/readDwarf.h
+++ b/src/readDwarf.h
@@ -191,6 +191,8 @@ struct DWARF_InfoData
// Pointer into the memory-mapped image section where this DIE is located.
byte* entryPtr;
+ unsigned int entryOff = 0; // the entry offset in the section it is in.
+
// Code to find the abbrev entry for this DIE, or 0 if it a sentinel marking
// the end of a sibling chain.
int code;