Prepare new syscalls

This commit is contained in:
momo5502
2024-08-28 19:32:51 +02:00
parent bf8fe61697
commit c3e642c89a
2 changed files with 37 additions and 0 deletions

View File

@@ -48,5 +48,6 @@ struct process_context
std::map<uint32_t, event> events{};
std::map<uint32_t, HANDLE> os_handles{};
std::map<uint32_t, std::wstring> sections{};
emulator_allocator gs_segment{};
};