aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common.h b/executor/common.h
index c8bfccb9b..17c680b21 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -449,7 +449,7 @@ static uint16 csum_inet_digest(struct csum_inet* csum)
#error "unknown OS"
#endif
-#if !GOOS_darwin && SYZ_EXECUTOR || __NR_syz_execute_func
+#if SYZ_EXECUTOR || __NR_syz_execute_func
// syz_execute_func(text ptr[in, text[taget]])
static long syz_execute_func(volatile long text)
{