diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2017-08-01 18:30:20 +0200 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@google.com> | 2017-08-01 18:38:20 +0200 |
| commit | 1172db0ccf077bbfef7ddd176ced61c7140cb698 (patch) | |
| tree | d488163d92a1212d94bb8f6f65be7e9b8172cb7e /executor/syscalls.h | |
| parent | 0b4392111b2785bac5b780848a5a88cc87bfd419 (diff) | |
prog: fix encoding for exec of result args
ResultArg might have const value.
Also add a test.
Diffstat (limited to 'executor/syscalls.h')
| -rw-r--r-- | executor/syscalls.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h index 535926cc6..aaee4cf35 100644 --- a/executor/syscalls.h +++ b/executor/syscalls.h @@ -1468,6 +1468,8 @@ static call_t syscalls[] = { {"syz_test$recur1", 1000001}, {"syz_test$recur2", 1000001}, {"syz_test$regression0", 1000001}, + {"syz_test$res0", 1000001}, + {"syz_test$res1", 1000001}, {"syz_test$struct", 1000001}, {"syz_test$text_x86_16", 1000001}, {"syz_test$text_x86_32", 1000001}, @@ -2980,6 +2982,8 @@ static call_t syscalls[] = { {"syz_test$recur1", 1000001}, {"syz_test$recur2", 1000001}, {"syz_test$regression0", 1000001}, + {"syz_test$res0", 1000001}, + {"syz_test$res1", 1000001}, {"syz_test$struct", 1000001}, {"syz_test$text_x86_16", 1000001}, {"syz_test$text_x86_32", 1000001}, @@ -4492,6 +4496,8 @@ static call_t syscalls[] = { {"syz_test$recur1", 1000001}, {"syz_test$recur2", 1000001}, {"syz_test$regression0", 1000001}, + {"syz_test$res0", 1000001}, + {"syz_test$res1", 1000001}, {"syz_test$struct", 1000001}, {"syz_test$text_x86_16", 1000001}, {"syz_test$text_x86_32", 1000001}, |
