diff options
Diffstat (limited to 'pkg/host/syscalls_linux.go')
| -rw-r--r-- | pkg/host/syscalls_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/host/syscalls_linux.go b/pkg/host/syscalls_linux.go index 90b57a94e..7764b063a 100644 --- a/pkg/host/syscalls_linux.go +++ b/pkg/host/syscalls_linux.go @@ -201,7 +201,7 @@ func isSyzKvmSetupCPUSupported(c *prog.Syscall, target *prog.Target, sandbox str return true, "" } case "syz_kvm_setup_cpu$ppc64": - if runtime.GOARCH == "ppc64le" || runtime.GOARCH == "ppc64" { + if runtime.GOARCH == targets.PPC64LE { return true, "" } } |
