diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 | ||||
| -rw-r--r-- | executor/syscalls.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 9a8d21cae..a8efd5248 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -185,7 +185,7 @@ #if GOARCH_64 #define GOARCH "64" -#define SYZ_REVISION "854312b077f42679e628a51764359033f376a9d4" +#define SYZ_REVISION "fd5870a81478a9208df976f4d8066bbdfa12f8e5" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 diff --git a/executor/syscalls.h b/executor/syscalls.h index 3cb15892a..29ca28644 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -20713,6 +20713,7 @@ const call_t syscalls[] = { {"test$opt1", 0}, {"test$opt2", 0}, {"test$opt3", 0}, + {"test$out_const", 0}, {"test$recur0", 0}, {"test$recur1", 0}, {"test$recur2", 0}, |
