mirror of https://github.com/xqemu/xqemu.git
linux-user: fixed s390x clone() argument order
It was broken by 4ce6243dc6
,
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>
This commit is contained in:
parent
850484a295
commit
19a894ba77
|
@ -22,4 +22,4 @@ struct target_pt_regs {
|
|||
|
||||
#define UNAME_MACHINE "s390x"
|
||||
|
||||
#define TARGET_CLONE_BACKWARDS
|
||||
#define TARGET_CLONE_BACKWARDS2
|
||||
|
|
Loading…
Reference in New Issue