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.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/executor/executor_bsd.cc b/executor/executor_bsd.cc
index 642b6a223..0e8767626 100644
--- a/executor/executor_bsd.cc
+++ b/executor/executor_bsd.cc
@@ -220,6 +220,16 @@ uint32 read_cover_size(thread_t* th)
#endif
}
+bool cover_check(uint32 pc)
+{
+ return true;
+}
+
+bool cover_check(uint64 pc)
+{
+ return true;
+}
+
uint32* write_output(uint32 v)
{
if (collide)