diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-02-26 18:21:51 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-26 18:21:51 +0100 |
| commit | 6284466bc9b948ccf0bfbdb4c80475712d1883c0 (patch) | |
| tree | 0362f921e431f15a3b8b8cee3da5dec5bf6ac823 /executor/syscalls_test.h | |
| parent | d1322dff4c35c033147ce97845e394576d42d7e9 (diff) | |
prog: properly squash bitfields
Diffstat (limited to 'executor/syscalls_test.h')
| -rw-r--r-- | executor/syscalls_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_test.h b/executor/syscalls_test.h index db1591e1f..aa35c1fef 100644 --- a/executor/syscalls_test.h +++ b/executor/syscalls_test.h @@ -2,7 +2,7 @@ #if 0 #define GOARCH "32" -#define SYZ_REVISION "0d78e9b1f441c9ae33361f9778195af0a245ffdd" +#define SYZ_REVISION "10a1935b1f3ef8f206e29a3b6863de4cac10bd9e" #define SYZ_PAGE_SIZE 8192 #define SYZ_NUM_PAGES 2048 #define SYZ_DATA_OFFSET 536870912 @@ -104,7 +104,7 @@ call_t syscalls[] = { #if 0 #define GOARCH "64" -#define SYZ_REVISION "e361957ea430829459298bc20840e4edbd324930" +#define SYZ_REVISION "7c718fa299ed570a4acbd25a1fcf2448c4e2a2d4" #define SYZ_PAGE_SIZE 4096 #define SYZ_NUM_PAGES 4096 #define SYZ_DATA_OFFSET 536870912 |
