projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
850484a
)
linux-user: fixed s390x clone() argument order
author
Pavel Zbitskiy
<pavel.zbitskiy@gmail.com>
Sat, 11 Jan 2014 09:34:09 +0000
(13:34 +0400)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 15 Jan 2014 19:35:51 +0000
(23:35 +0400)
It was broken by
4ce6243dc6216e35b5b691078ffa856463bfa8db
,
where TARGET_CLONE_BACKWARDS was specified instead of
TARGET_CLONE_BACKWARDS2.
Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/s390x/syscall.h
patch
|
blob
|
history
diff --git
a/linux-user/s390x/syscall.h
b/linux-user/s390x/syscall.h
index ea8c30484052a9367d504db9359d6926726ddf9c..e5ce30b667293d10a6c324e2549117af492625bc 100644
(file)
--- a/
linux-user/s390x/syscall.h
+++ b/
linux-user/s390x/syscall.h
@@
-22,4
+22,4
@@
struct target_pt_regs {
#define UNAME_MACHINE "s390x"
-#define TARGET_CLONE_BACKWARDS
+#define TARGET_CLONE_BACKWARDS
2