mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 03:59:52 +00:00
linux-user: fix TARGET_RLIM_INFINITY declaration
Signed-off-by: Matthias Braun <matze@braunis.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
This commit is contained in:
parent
9f60639b84
commit
26b746db49
@ -690,7 +690,7 @@ struct target_rlimit {
|
||||
#elif defined(TARGET_MIPS) || defined(TARGET_SPARC)
|
||||
#define TARGET_RLIM_INFINITY 0x7fffffffUL
|
||||
#else
|
||||
#define TARGET_RLIM_INFINITY ((target_ulong)~0UL)
|
||||
#define TARGET_RLIM_INFINITY ((abi_ulong)-1)
|
||||
#endif
|
||||
|
||||
#if defined(TARGET_MIPS)
|
||||
|
Loading…
Reference in New Issue
Block a user