On 12/22/2013 02:50 PM, Peter Maydell wrote:
> From: Claudio Fontana <claudio.font...@linaro.org>
> 
> The AArch64 linux-user support was written before but merged after
> commit 4ce6243dc621 which cleaned up the handling of the clone()
> syscall argument order, so we failed to notice that AArch64 also needs
> TARGET_CLONE_BACKWARDS to be defined. Add this define so that clone
> and fork syscalls work correctly.
> 
> Signed-off-by: Claudio Fontana <claudio.font...@linaro.org>
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
>  linux-user/aarch64/syscall.h | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to