aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-stress/stress.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-stress/stress.go b/tools/syz-stress/stress.go
index d003cf2b1..f09b08ed6 100644
--- a/tools/syz-stress/stress.go
+++ b/tools/syz-stress/stress.go
@@ -139,7 +139,7 @@ func buildCallList(target *prog.Target) map[*prog.Syscall]bool {
}
return calls
}
- calls, err := host.DetectSupportedSyscalls(target)
+ calls, err := host.DetectSupportedSyscalls(target, "none")
if err != nil {
Logf(0, "failed to detect host supported syscalls: %v", err)
calls = make(map[*prog.Syscall]bool)