aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/targets/targets.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/targets/targets.go b/sys/targets/targets.go
index 67c3161e4..b81b0ce70 100644
--- a/sys/targets/targets.go
+++ b/sys/targets/targets.go
@@ -540,7 +540,7 @@ var oses = map[string]osCommon{
KernelObject: "netbsd.gdb",
},
OpenBSD: {
- SyscallNumbers: true,
+ SyscallNumbers: false,
SyscallPrefix: "SYS_",
ExecutorUsesShmem: true,
ExecutorUsesForkServer: true,