projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63249cb
)
linux-user: Define TARGET_QEMU_ESIGRETURN for mips64
author
Andreas Färber
<afaerber@suse.de>
Thu, 29 Dec 2011 15:55:42 +0000
(16:55 +0100)
committer
Riku Voipio
<riku.voipio@linaro.org>
Thu, 2 Feb 2012 15:51:21 +0000
(17:51 +0200)
Copied from mips/syscall.h.
Signed-off-by: Khansa Butt <khansa@kics.edu.pk>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/mips64/syscall.h
patch
|
blob
|
history
diff --git
a/linux-user/mips64/syscall.h
b/linux-user/mips64/syscall.h
index 668a2b95d4870845d9324248d89e524bfa01cc64..e436ea57dc0d4cc4429d8a38d10b572d7b6a737e 100644
(file)
--- a/
linux-user/mips64/syscall.h
+++ b/
linux-user/mips64/syscall.h
@@
-218,4
+218,7
@@
struct target_pt_regs {
+/* Nasty hack: define a fake errno value for use by sigreturn. */
+#define TARGET_QEMU_ESIGRETURN 255
+
#define UNAME_MACHINE "mips64"