提交 e476492e 编写于 作者: A Aurelien Jarno

linux-user: fix 32-bit host breakage

Fix breakage introduced by commit 81bbe906.
Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
上级 0d5d4699
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册