linux-user: fix 32-bit host breakage
Fix breakage introduced by commit 81bbe906c8
.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
0d5d469938
commit
e476492e78
@ -670,7 +670,7 @@ struct target_rlimit {
|
||||
};
|
||||
|
||||
#if defined(TARGET_ALPHA)
|
||||
#define TARGET_RLIM_INFINITY 0x7ffffffffffffffful
|
||||
#define TARGET_RLIM_INFINITY 0x7fffffffffffffffull
|
||||
#elif defined(TARGET_MIPS) || defined(TARGET_SPARC)
|
||||
#define TARGET_RLIM_INFINITY 0x7fffffffUL
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user