From 037a7e8c1ba421c9f547e9182d689c54f7c62b28 Mon Sep 17 00:00:00 2001 From: Zero Hu <632284304@qq.com> Date: Mon, 3 Jan 2022 12:28:21 +0000 Subject: [PATCH] Replace vmexit.h --- Voyager/PayLoad (Intel)/vmexit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Voyager/PayLoad (Intel)/vmexit.h b/Voyager/PayLoad (Intel)/vmexit.h index 8049ff7..28edac9 100644 --- a/Voyager/PayLoad (Intel)/vmexit.h +++ b/Voyager/PayLoad (Intel)/vmexit.h @@ -4,6 +4,6 @@ namespace vmexit { - auto get_command(guest_virt_t command_ptr) -> command_t; + auto get_command(guest_virt_t command_ptr)->command_t; auto set_command(guest_virt_t command_ptr, command_t& command_data) -> void; } \ No newline at end of file