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 1a25748fc..215ef1a8a 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -2961,7 +2961,7 @@ error_clear_loop: #elif GOARCH_ppc64 || GOARCH_ppc64le #include "common_kvm_ppc64.h" #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) +static volatile 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; } |
