linux-user: drop __cygwin__ ifdef
linux-user doesn't work on cygwin anyways. Cc: Richard Henderson <rth@twiddle.net> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
b9a0be9239
commit
5fbf66e6a1
@ -193,9 +193,6 @@ static int mmap_frag(abi_ulong real_start,
|
|||||||
|
|
||||||
#if HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
|
#if HOST_LONG_BITS == 64 && TARGET_ABI_BITS == 64
|
||||||
# define TASK_UNMAPPED_BASE (1ul << 38)
|
# define TASK_UNMAPPED_BASE (1ul << 38)
|
||||||
#elif defined(__CYGWIN__)
|
|
||||||
/* Cygwin doesn't have a whole lot of address space. */
|
|
||||||
# define TASK_UNMAPPED_BASE 0x18000000
|
|
||||||
#else
|
#else
|
||||||
# define TASK_UNMAPPED_BASE 0x40000000
|
# define TASK_UNMAPPED_BASE 0x40000000
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user