diff options
Diffstat (limited to 'executor/executor_bsd.h')
| -rw-r--r-- | executor/executor_bsd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/executor_bsd.h b/executor/executor_bsd.h index 1f54e0f41..3ee4be80c 100644 --- a/executor/executor_bsd.h +++ b/executor/executor_bsd.h @@ -184,6 +184,11 @@ static bool is_kernel_data(uint64 addr) return false; } +static int is_kernel_pc(uint64 pc) +{ + return 0; +} + static bool use_cover_edges(uint64 pc) { return true; |
