From 98682e5e2aefc9aad61354f4f3ac93be96002a2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Feb 2021 08:47:37 +0100 Subject: sys/linux: add ieee802154 descriptions --- executor/executor.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/executor.cc') diff --git a/executor/executor.cc b/executor/executor.cc index 31969ff40..71e3e7b71 100644 --- a/executor/executor.cc +++ b/executor/executor.cc @@ -1483,6 +1483,7 @@ void setup_features(char** enable, int n) { // This does any one-time setup for the requested features on the machine. // Note: this can be called multiple times and must be idempotent. + flag_debug = true; #if SYZ_HAVE_FEATURES setup_sysctl(); #endif -- cgit mrf-deployment