aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-08-01 18:55:46 +0200
committerGitHub <noreply@github.com>2017-08-01 18:55:46 +0200
commit890882a0cf6eeecb32ec0d79cff56660f573b8c9 (patch)
tree250340bf3fd2fb02b203e5d3744bfe768aa7d8fe /executor/syscalls.h
parent954d506c30317669bbe449fac7e875d71895c67c (diff)
parent1172db0ccf077bbfef7ddd176ced61c7140cb698 (diff)
Merge pull request #317 from xairy/up-fix-result-enc
prog: fix encoding for exec of result args
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h6
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},