mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-26 15:11:01 +00:00
Make serialization reproducible
This commit is contained in:
@@ -9,7 +9,7 @@ struct exported_symbol
|
||||
};
|
||||
|
||||
using exported_symbols = std::vector<exported_symbol>;
|
||||
using address_name_mapping = std::unordered_map<uint64_t, std::string>;
|
||||
using address_name_mapping = std::map<uint64_t, std::string>;
|
||||
|
||||
struct mapped_module
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user