mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Remove unmapped handler logging
This commit is contained in:
@@ -57,17 +57,6 @@ void syscall_dispatcher::add_handlers()
|
||||
handler_mapping.erase(handler);
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
if (!handler_mapping.empty())
|
||||
{
|
||||
puts("Unmapped handlers:");
|
||||
for (const auto& h : handler_mapping)
|
||||
{
|
||||
printf(" %s\n", h.first.c_str());
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void syscall_dispatcher::dispatch(windows_emulator& win_emu)
|
||||
|
||||
Reference in New Issue
Block a user