From 5f02070655b3c1f2ab50a82fd5f466aaeb7af44a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Jun 2024 11:06:30 +0200 Subject: executor: add end-to-end coverage/signal/comparisons test --- executor/nocover.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'executor/nocover.h') diff --git a/executor/nocover.h b/executor/nocover.h index 0ba7a56cc..ba26dd1d5 100644 --- a/executor/nocover.h +++ b/executor/nocover.h @@ -29,6 +29,11 @@ static void cover_unprotect(cover_t* cov) { } +static bool is_kernel_data(uint64 addr) +{ + return false; +} + static bool use_cover_edges(uint64 pc) { return true; -- cgit mrf-deployment