Revert "Undid MacOS commit for new PR"

This reverts commit fc376c5e1f.
This commit is contained in:
nickci2002 2025-06-18 11:57:59 -04:00
parent fc376c5e1f
commit 42271afeda

View File

@ -92,7 +92,7 @@ struct VirtualMemoryArea {
VMAType type = VMAType::Free; VMAType type = VMAType::Free;
MemoryProt prot = MemoryProt::NoAccess; MemoryProt prot = MemoryProt::NoAccess;
bool disallow_merge = false; bool disallow_merge = false;
std::string_view name = ""; std::string name = "";
uintptr_t fd = 0; uintptr_t fd = 0;
bool is_exec = false; bool is_exec = false;