32e37f2492
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/vmware@1952 6952d904-891a-0410-993b-d76249ca496b
12 lines
313 B
Diff
12 lines
313 B
Diff
--- qemu-0.11.0.orig/linux-user/main.c 2009-10-23 02:19:57.000000000 +0200
|
|
+++ qemu-0.11.0/linux-user/main.c 2009-10-23 02:47:09.000000000 +0200
|
|
@@ -1469,6 +1469,8 @@
|
|
|
|
#ifdef TARGET_MIPS
|
|
|
|
+#define TARGET_QEMU_ESIGRETURN 255
|
|
+
|
|
#define MIPS_SYS(name, args) args,
|
|
|
|
static const uint8_t mips_syscall_args[] = {
|