summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/readDwarf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/readDwarf.h b/src/readDwarf.h
index 532d1c2..2ee3dfd 100644
--- a/src/readDwarf.h
+++ b/src/readDwarf.h
@@ -271,7 +271,10 @@ struct DWARF_LineState
DWARF_LineState()
{
+ file_ptr = nullptr;
seg_offset = 0x400000;
+ last_addr = 0;
+
init(0);
}