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

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
André Hentschel 2017-11-16 23:20:45 +01:00 committed by Alexandre Julliard
parent c459357b0d
commit b0fc60d279
1 changed files with 1 additions and 1 deletions

View File

@ -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 ))
{