qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] target-ppc: remove useless line


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH] target-ppc: remove useless line
Date: Mon, 31 May 2010 20:45:16 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Fri, May 28, 2010 at 09:00:45PM +0200, Thomas Monjalon wrote:
> From: Thomas Monjalon <address@hidden>
> 
> This line was a bit clear.
> The next lines set or reset this bit (LE) depending of another bit (ILE).
> So the first line is useless.

Thanks, applied.

> Signed-off-by: Thomas Monjalon <address@hidden>
> ---
>  target-ppc/helper.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/target-ppc/helper.c b/target-ppc/helper.c
> index 3d843b5..dabf1fd 100644
> --- a/target-ppc/helper.c
> +++ b/target-ppc/helper.c
> @@ -2591,7 +2591,6 @@ static inline void powerpc_excp(CPUState *env, int 
> excp_model, int excp)
>  #if 0 /* Fix this: not on all targets */
>      new_msr &= ~((target_ulong)1 << MSR_PMM);
>  #endif
> -    new_msr &= ~((target_ulong)1 << MSR_LE);
>      if (msr_ile)
>          new_msr |= (target_ulong)1 << MSR_LE;
>      else
> -- 
> 1.7.1
> 
> 
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net



reply via email to

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