mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 11:13:57 +00:00
fix1
This commit is contained in:
@@ -40,7 +40,7 @@ namespace utils
|
||||
}
|
||||
}
|
||||
}
|
||||
explicit operator bool() const
|
||||
explicit operator bool() const noexcept
|
||||
{
|
||||
return static_cast<bool>(func);
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ std::unique_ptr<x64_emulator> create_default_x64_emulator();
|
||||
|
||||
struct emulator_callbacks
|
||||
{
|
||||
utils::optional_function<void(const std::string_view)> stdout_callback{};
|
||||
utils::optional_function<void(std::string_view)> stdout_callback{};
|
||||
utils::optional_function<void(uint32_t syscall_id, x64_emulator::pointer_type address, std::string_view mod_name,
|
||||
std::string_view syscall_name)>
|
||||
inline_syscall{};
|
||||
|
||||
Reference in New Issue
Block a user