From fc376c5e1f82662d63fdb0c88f0e67ab4cc52fdf Mon Sep 17 00:00:00 2001 From: nickci2002 Date: Wed, 18 Jun 2025 11:56:52 -0400 Subject: [PATCH] Undid MacOS commit for new PR --- src/core/memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;