diff --git a/src/core/memory.h b/src/core/memory.h index 6a9b29382..eebd36a31 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 name = ""; + std::string_view name = ""; uintptr_t fd = 0; bool is_exec = false;