diff options
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h index a7e45bd26..d0638fb51 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -2892,7 +2892,7 @@ error_clear_loop: #if SYZ_EXECUTOR || __NR_syz_kvm_setup_cpu // KVM is not yet supported on RISC-V -#if !GOARCH_riscv64 +#if !GOARCH_riscv64 && !GOARCH_arm #include <errno.h> #include <fcntl.h> #include <linux/kvm.h> |
