diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-02 14:44:04 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-02 14:44:04 +0100 |
| commit | 82d81ba98eb98ef5c096f1452e5089ca02e0dc0b (patch) | |
| tree | ec2df4ea30dd9c4dacc853e0ae65062d911a6716 /executor | |
| parent | 3aa380090f35529e58e4a393e8e0dee79dd0d491 (diff) | |
sys/linux: regenerate consts
Regenerate consts now that make extract is fixed.
Interestingly some arm consts have changed (arm/i386 abi difference?).
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h index 016b83df4..9a1f9fa2a 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -90,7 +90,7 @@ #if GOARCH_arm #define GOARCH "arm" -#define SYZ_REVISION "b323d3085237a93208a822d00724917043c97a21" +#define SYZ_REVISION "c2bc3d43a5d3edbf1439226168cb4300a2c23a43" #define SYZ_EXECUTOR_USES_FORK_SERVER 1 #define SYZ_EXECUTOR_USES_SHMEM 1 #define SYZ_PAGE_SIZE 4096 |
