mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Make serialization reproducible
This commit is contained in:
@@ -2180,7 +2180,7 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
void syscall_dispatcher::add_handlers(std::unordered_map<std::string, syscall_handler>& handler_mapping)
|
||||
void syscall_dispatcher::add_handlers(std::map<std::string, syscall_handler>& handler_mapping)
|
||||
{
|
||||
#define add_handler(syscall) \
|
||||
do \
|
||||
|
||||
Reference in New Issue
Block a user