This commit is contained in:
momo5502
2025-03-22 13:07:51 +01:00
parent 919f644034
commit 8dcfbf0601

View File

@@ -5,7 +5,7 @@
struct basic_memory_region
{
uint64_t start{};
size_t length{};
size_t length{}; // uint64_t?
memory_permission permissions{};
};