diff options
Diffstat (limited to 'executor/executor_windows.cc')
| -rw-r--r-- | executor/executor_windows.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/executor_windows.cc b/executor/executor_windows.cc index 04f6fe6aa..90091c833 100644 --- a/executor/executor_windows.cc +++ b/executor/executor_windows.cc @@ -63,3 +63,8 @@ uint32_t* write_output(uint32_t v) void write_completed(uint32_t completed) { } + +bool kcov_comparison_t::ignore() const +{ + return false; +} |
