mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
More syscalls
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
struct region_info : basic_memory_region
|
||||
{
|
||||
uint64_t allocation_base{};
|
||||
size_t allocation_length{};
|
||||
bool is_reserved{};
|
||||
bool is_committed{};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user