summaryrefslogtreecommitdiff
path: root/src/base/loader/dtb_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/loader/dtb_object.hh')
-rw-r--r--src/base/loader/dtb_object.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/loader/dtb_object.hh b/src/base/loader/dtb_object.hh
index c49b144ac..7cb842e43 100644
--- a/src/base/loader/dtb_object.hh
+++ b/src/base/loader/dtb_object.hh
@@ -49,6 +49,8 @@ class DtbObject : public ObjectFile
*/
bool fileDataMmapped;
+ Segment *data;
+
public:
virtual ~DtbObject();