Undid MacOS commit for new PR

This commit is contained in:
nickci2002 2025-06-18 11:56:52 -04:00
parent 983c0ebefb
commit fc376c5e1f

View file

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