diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-05-17 07:01:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-05-18 11:34:42 +0200 |
| commit | 910f427fd92a0679f6c7c487c79d2a40241e1a89 (patch) | |
| tree | 1c99e118af3e762d101c2f7c1d67f6a8f6b03c63 /executor/common_linux.h | |
| parent | ba2826f39e64847f3250cf134b7a51b942eb3673 (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/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 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; |
