Skip to content

Commit

Permalink
libwine: Reserve memory areas for ARM64 in case we don't have a prelo…
Browse files Browse the repository at this point in the history
…ader.

Signed-off-by: André Hentschel <[email protected]>
Signed-off-by: Alexandre Julliard <[email protected]>
  • Loading branch information
AndreRH authored and julliard committed Nov 17, 2017
1 parent c459357 commit b0fc60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/wine/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ))
{
Expand Down

0 comments on commit b0fc60d

Please sign in to comment.