aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dwarf/functioninfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/mac/dwarf/functioninfo.h')
-rw-r--r--src/common/mac/dwarf/functioninfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mac/dwarf/functioninfo.h b/src/common/mac/dwarf/functioninfo.h
index aa8bf705..130f182e 100644
--- a/src/common/mac/dwarf/functioninfo.h
+++ b/src/common/mac/dwarf/functioninfo.h
@@ -171,6 +171,7 @@ class CUFunctionInfoHandler: public Dwarf2Handler {
const SectionMap& sections_;
ByteReader* reader_;
FunctionInfo* current_function_info_;
+ uint64 current_compilation_unit_offset_;
};
} // namespace dwarf2reader