projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5d469
)
linux-user: fix 32-bit host breakage
author
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 19 May 2010 16:30:53 +0000
(18:30 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Wed, 19 May 2010 16:39:11 +0000
(18:39 +0200)
Fix breakage introduced by commit
81bbe906c89b6b7af58a1eeb96ec5a0bfdc3386f
.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/syscall_defs.h
patch
|
blob
|
history
diff --git
a/linux-user/syscall_defs.h
b/linux-user/syscall_defs.h
index 255e89cbd86ad99603b135b1dbf5a0f2a277e0dc..6f5a0aada86d29d44fbcda20a4cfed62479f0fa9 100644
(file)
--- a/
linux-user/syscall_defs.h
+++ b/
linux-user/syscall_defs.h
@@
-670,7
+670,7
@@
struct target_rlimit {
};
#if defined(TARGET_ALPHA)
-#define TARGET_RLIM_INFINITY 0x7ffffffffffffffful
+#define TARGET_RLIM_INFINITY 0x7ffffffffffffffful
l
#elif defined(TARGET_MIPS) || defined(TARGET_SPARC)
#define TARGET_RLIM_INFINITY 0x7fffffffUL
#else