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>
This commit is contained in:
parent
c459357b0d
commit
b0fc60d279
|
@ -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 ))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue