From ccd1782631ca29fda512b2a2e14af4004fe0795d Mon Sep 17 00:00:00 2001 From: nickci2002 Date: Wed, 18 Jun 2025 12:02:55 -0400 Subject: [PATCH] Potential MacOS build fix for update --- 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;