summaryrefslogtreecommitdiff
path: root/app-emulation/qemu-kvm/files/qemu-0.11.0-mips64-user-fix.patch
blob: c069f898c12d4089f6612a6cbf35cd7eecf867c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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[] = {