aboutsummaryrefslogtreecommitdiffstats
path: root/executor/nocover.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/nocover.h')
-rw-r--r--executor/nocover.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/executor/nocover.h b/executor/nocover.h
index ba26dd1d5..b097e9f43 100644
--- a/executor/nocover.h
+++ b/executor/nocover.h
@@ -34,6 +34,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;