From 42271afeda45e76341c9dac90e3bc38b99d80f9c Mon Sep 17 00:00:00 2001 From: nickci2002 Date: Wed, 18 Jun 2025 11:57:59 -0400 Subject: [PATCH] Revert "Undid MacOS commit for new PR" This reverts commit fc376c5e1f82662d63fdb0c88f0e67ab4cc52fdf. --- 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 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;