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