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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/executor_bsd.cc b/executor/executor_bsd.cc
index 83956f3a9..642b6a223 100644
--- a/executor/executor_bsd.cc
+++ b/executor/executor_bsd.cc
@@ -201,7 +201,7 @@ void cover_reset(thread_t* th)
#endif
}
-uint64 read_cover_size(thread_t* th)
+uint32 read_cover_size(thread_t* th)
{
if (!flag_cover)
return 0;