aboutsummaryrefslogtreecommitdiffstats
path: root/elff/dwarf_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'elff/dwarf_defs.h')
-rw-r--r--elff/dwarf_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/elff/dwarf_defs.h b/elff/dwarf_defs.h
index 567df6a..04573e2 100644
--- a/elff/dwarf_defs.h
+++ b/elff/dwarf_defs.h
@@ -717,9 +717,9 @@ class DwarfAbbrDieArray {
* hopping, that all Dwarf_Abbr_DIEs for the CU will fit into it.
*/
DwarfAbbrDieArray()
- : count_(0),
+ : array_(&small_array_[0]),
array_size_(ELFF_ARRAY_SIZE(small_array_)),
- array_(&small_array_[0]) {
+ count_(0) {
}
/* Destructs DwarfAbbrDieArray instance. */