diff options
Diffstat (limited to 'executor/executor_freebsd.cc')
| -rw-r--r-- | executor/executor_freebsd.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/executor_freebsd.cc b/executor/executor_freebsd.cc index b0d5acdec..925bb3814 100644 --- a/executor/executor_freebsd.cc +++ b/executor/executor_freebsd.cc @@ -166,3 +166,8 @@ void write_completed(uint32_t completed) { __atomic_store_n(output_data, completed, __ATOMIC_RELEASE); } + +bool kcov_comparison_t::ignore() const +{ + return false; +} |
