diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 13:27:24 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 13:27:24 +0200 |
| commit | 5012ddc8ebeb996abdf6da94fbd489420860d5e9 (patch) | |
| tree | f1a03b439e94c3c2a6b4427c13b3db5765272562 /executor/syscalls_windows.h | |
| parent | 906b9e38f1042fb822a8b568e3633b575a8bc71d (diff) | |
prog: detect when flags are a bitmask
Diffstat (limited to 'executor/syscalls_windows.h')
| -rw-r--r-- | executor/syscalls_windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls_windows.h b/executor/syscalls_windows.h index 7dcf746a6..0b2b32984 100644 --- a/executor/syscalls_windows.h +++ b/executor/syscalls_windows.h @@ -2,7 +2,7 @@ #if defined(_M_X64) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "6285e05d0c2a423477b78cca69c1143794a9b482" +#define SYZ_REVISION "e9562f6b9973e9e9a9522fd8ec12b4e913f13b4c" #define SYZ_EXECUTOR_USES_FORK_SERVER false #define SYZ_EXECUTOR_USES_SHMEM false #define SYZ_PAGE_SIZE 4096 |
