[PATCH 2/2] libwine: Reserve memory areas for ARM64 in case we don't have a preloader

André Hentschel nerv at dawncrow.de
Thu Nov 16 16:20:45 CST 2017


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
 libs/wine/mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/wine/mmap.c b/libs/wine/mmap.c
index 1a3ca59..458cc13 100644
--- a/libs/wine/mmap.c
+++ b/libs/wine/mmap.c
@@ -398,7 +398,7 @@ void mmap_init(void)
     }
     reserve_dos_area();
 
-#elif defined(__x86_64__)
+#elif defined(__x86_64__) || defined(__aarch64__)
 
     if (!list_head( &reserved_areas ))
     {
-- 
2.7.4




More information about the wine-devel mailing list