diff --git a/hypervisor/arch/x86/vmexit.c b/hypervisor/arch/x86/vmexit.c index bea3a7b49..e1d8f4116 100644 --- a/hypervisor/arch/x86/vmexit.c +++ b/hypervisor/arch/x86/vmexit.c @@ -76,7 +76,7 @@ static const struct vm_exit_dispatch dispatch_table[] = { .handler = unhandled_vmexit_handler}, [VMX_EXIT_REASON_VMCALL] = { .handler = vmcall_vmexit_handler}, - [VMX_EXIT_REASON_VMCLEAR] { + [VMX_EXIT_REASON_VMCLEAR] = { .handler = unhandled_vmexit_handler}, [VMX_EXIT_REASON_VMLAUNCH] = { .handler = unhandled_vmexit_handler},