diff options
Diffstat (limited to 'executor/executor_darwin.h')
| -rw-r--r-- | executor/executor_darwin.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/executor_darwin.h b/executor/executor_darwin.h index aeba30a1d..83fe90c45 100644 --- a/executor/executor_darwin.h +++ b/executor/executor_darwin.h @@ -122,6 +122,11 @@ static void cover_collect(cover_t* cov) cov->pc_offset = trace->offset; } +static bool is_kernel_data(uint64 addr) +{ + return false; +} + static bool use_cover_edges(uint64 pc) { return true; |
