Small fixes and additions

This commit is contained in:
momo5502
2024-11-23 16:44:49 +01:00
parent 2c421df771
commit 84a0aed1d9
4 changed files with 28 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ void syscall_dispatcher::add_handlers()
{
std::map<std::string, syscall_handler> handler_mapping{};
this->add_handlers(handler_mapping);
syscall_dispatcher::add_handlers(handler_mapping);
for (auto& entry : this->handlers_)
{