diff options
Diffstat (limited to 'executor/syscalls_windows.h')
| -rw-r--r-- | executor/syscalls_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls_windows.h b/executor/syscalls_windows.h index 1bb9af1b2..7dcf746a6 100644 --- a/executor/syscalls_windows.h +++ b/executor/syscalls_windows.h @@ -3,6 +3,8 @@ #if defined(_M_X64) || 0 #define GOARCH "amd64" #define SYZ_REVISION "6285e05d0c2a423477b78cca69c1143794a9b482" +#define SYZ_EXECUTOR_USES_FORK_SERVER false +#define SYZ_EXECUTOR_USES_SHMEM false #define SYZ_PAGE_SIZE 4096 #define SYZ_NUM_PAGES 4096 #define SYZ_DATA_OFFSET 536870912 |
