aboutsummaryrefslogtreecommitdiffstats
path: root/prog
diff options
context:
space:
mode:
Diffstat (limited to 'prog')
-rw-r--r--prog/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/prog/types.go b/prog/types.go
index 50588cb19..dcf838528 100644
--- a/prog/types.go
+++ b/prog/types.go
@@ -45,6 +45,7 @@ type SyscallAttrs struct {
NoGenerate bool
NoMinimize bool
RemoteCover bool
+ Automatic bool
}
// MaxArgs is maximum number of syscall arguments.