aboutsummaryrefslogtreecommitdiffstats
path: root/executor/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/common.h')
-rw-r--r--executor/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h
index 5f042d1ec..0e986022c 100644
--- a/executor/common.h
+++ b/executor/common.h
@@ -839,6 +839,9 @@ int main(void)
#if SYZ_802154
setup_802154();
#endif
+#if SYZ_SWAP
+ setup_swap();
+#endif
#if SYZ_HANDLE_SEGV
install_segv_handler();
#endif