qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] linux-user: fix running programs with iwmmxt in


From: Paul Brook
Subject: Re: [Qemu-devel] [PATCH] linux-user: fix running programs with iwmmxt instructions
Date: Mon, 15 Mar 2010 12:53:25 +0000
User-agent: KMail/1.12.4 (Linux/2.6.32-trunk-amd64; KDE/4.3.4; x86_64; ; )

> +#if !defined(CONFIG_USER_ONLY)
>      if (arm_feature(env, ARM_FEATURE_XSCALE)
>           && ((env->cp15.c15_cpar ^ 0x3fff) & (1 << cpnum)))
>       return 1;
> +#endif

This is almost certainly the wrong way to fix this.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]