From 88faedcb3ba747eed5b22afa9bf5f32f336afd1e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 11 Feb 2026 11:38:16 +0000 Subject: executor: fix TestGenerate errors These pseudo syscalls implementation was not previously tested in pkg/csource, so let's first fix the bugs before enabling tests for them. --- executor/common_kvm_386.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_kvm_386.h') diff --git a/executor/common_kvm_386.h b/executor/common_kvm_386.h index 2eba3ee18..75acc97a1 100644 --- a/executor/common_kvm_386.h +++ b/executor/common_kvm_386.h @@ -27,7 +27,7 @@ static long syz_kvm_assert_syzos_uexit(volatile long a0, volatile long a1, volat } #endif -#if SYZ_EXECUTOR || __NR_syz_kvm_assert_syzos_uexit +#if SYZ_EXECUTOR || __NR_syz_kvm_assert_syzos_kvm_exit static long syz_kvm_assert_syzos_kvm_exit(volatile long a0, volatile long a1) { return 0; -- cgit mrf-deployment