]> Git Repo - qemu.git/commitdiff
linux-user: fixed s390x clone() argument order
authorPavel Zbitskiy <[email protected]>
Sat, 11 Jan 2014 09:34:09 +0000 (13:34 +0400)
committerMichael Tokarev <[email protected]>
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 <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
linux-user/s390x/syscall.h

index ea8c30484052a9367d504db9359d6926726ddf9c..e5ce30b667293d10a6c324e2549117af492625bc 100644 (file)
@@ -22,4 +22,4 @@ struct target_pt_regs {
 
 #define UNAME_MACHINE "s390x"
 
-#define TARGET_CLONE_BACKWARDS
+#define TARGET_CLONE_BACKWARDS2
This page took 0.025992 seconds and 4 git commands to generate.