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>
master
Pavel Zbitskiy 2014-01-11 13:34:09 +04:00 committed by Michael Tokarev
parent 850484a295
commit 19a894ba77
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ struct target_pt_regs {
#define UNAME_MACHINE "s390x"
#define TARGET_CLONE_BACKWARDS
#define TARGET_CLONE_BACKWARDS2