aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-05-17 07:01:07 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-05-18 11:34:42 +0200
commit910f427fd92a0679f6c7c487c79d2a40241e1a89 (patch)
tree1c99e118af3e762d101c2f7c1d67f6a8f6b03c63 /executor
parentba2826f39e64847f3250cf134b7a51b942eb3673 (diff)
executor: exclude syz_kvm_setup_cpu on arm
KVM was removed for ARM. Improved CI finally allows to catch this.
Diffstat (limited to 'executor')
-rw-r--r--executor/common_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_linux.h b/executor/common_linux.h
index feef6cf68..2a58d735e 100644
--- a/executor/common_linux.h
+++ b/executor/common_linux.h
@@ -1867,7 +1867,7 @@ error:
#include "common_kvm_amd64.h"
#elif GOARCH_arm64
#include "common_kvm_arm64.h"
-#else
+#elif !GOARCH_arm
static long syz_kvm_setup_cpu(volatile long a0, volatile long a1, volatile long a2, volatile long a3, volatile long a4, volatile long a5, volatile long a6, volatile long a7)
{
return 0;