diff --git a/src/core/memory.h b/src/core/memory.h index eebd36a31..6a9b29382 100644 --- a/src/core/memory.h +++ b/src/core/memory.h @@ -92,7 +92,7 @@ struct VirtualMemoryArea { VMAType type = VMAType::Free; MemoryProt prot = MemoryProt::NoAccess; bool disallow_merge = false; - std::string_view name = ""; + std::string name = ""; uintptr_t fd = 0; bool is_exec = false;