summaryrefslogtreecommitdiff
path: root/src/format/dwarf/d_dwarf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/d_dwarf.c')
-rw-r--r--src/format/dwarf/d_dwarf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/format/dwarf/d_dwarf.c b/src/format/dwarf/d_dwarf.c
index 7537e34..17dc711 100644
--- a/src/format/dwarf/d_dwarf.c
+++ b/src/format/dwarf/d_dwarf.c
@@ -29,7 +29,7 @@
#include "abbrev.h"
#include "dwarf-int.h"
-
+#include "info.h"
@@ -63,9 +63,12 @@ dwarf_format *load_dwarf(const uint8_t *content, off_t length, exe_format *e_for
DBG_FORMAT(result)->e_format = e_format;
+ result->format = DWF_32_BITS;
test = load_dwarf_abbreviations(result);
+ test = load_dwarf_information(result);
+
return result;