aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_test.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-01-12 10:45:32 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-13 12:52:09 +0100
commit5585946e227fc9dab364e87365312fef911b0c12 (patch)
tree34508a628101899eb5044765547c6de5560360b6 /executor/syscalls_test.h
parent6b52293f4defa6b45b564d037fd641be5d6d0e0e (diff)
pkg/compiler: support void type
"void": type with static size 0 mostly useful inside of templates and varlen unions can't be syscall argument
Diffstat (limited to 'executor/syscalls_test.h')
-rw-r--r--executor/syscalls_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_test.h b/executor/syscalls_test.h
index 19a8c2fc1..50090ed11 100644
--- a/executor/syscalls_test.h
+++ b/executor/syscalls_test.h
@@ -2,7 +2,7 @@
#if 0
#define GOARCH "32"
-#define SYZ_REVISION "bdaa89c6378138891b16bdae7dc50da273a1fa6f"
+#define SYZ_REVISION "b98d352210ac5cffdf7370576020788b468a7693"
#define __NR_syz_test 1000000
unsigned syscall_count = 81;
@@ -94,7 +94,7 @@ call_t syscalls[] = {
#if 0
#define GOARCH "64"
-#define SYZ_REVISION "1a34f1204c41f7e31560335cd00119045c30dd16"
+#define SYZ_REVISION "9bdd40b9ef82f28ccee4e8301d571ec8898909f9"
#define __NR_syz_test 1000000
unsigned syscall_count = 81;