Commit b0fc60d2 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

libwine: Reserve memory areas for ARM64 in case we don't have a preloader.

parent c459357b
......@@ -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 ))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment