aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_bsd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_bsd.cc')
-rw-r--r--executor/executor_bsd.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/executor_bsd.cc b/executor/executor_bsd.cc
index d23f93fb8..e14d36109 100644
--- a/executor/executor_bsd.cc
+++ b/executor/executor_bsd.cc
@@ -167,6 +167,7 @@ void cover_open()
fail("cover mmap failed");
th->cover_data = mmap_ptr;
th->cover_end = mmap_ptr + mmap_alloc_size;
+ th->cover_size_ptr = (uint64*)mmap_ptr;
}
#endif
}